Skip to content

Commit

Permalink
Temporarily disable cached builds (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Nov 11, 2024
1 parent 66bd30b commit 4ee5de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run tests
run: tox run -e unit
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

build:
name: Build charm | ${{ matrix.path }}
Expand All @@ -63,7 +63,6 @@ jobs:
- .
- tests/integration/application
with:
cache: true
path-to-charm-directory: ${{ matrix.path }}

integration-test:
Expand All @@ -84,7 +83,7 @@ jobs:
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0
with:
artifact-prefix: packed-charm-cache-true
artifact-prefix: packed-charm-cache-false # TODO revert to "packed-charm-cache-true" when cache re-enabled
cloud: microk8s
microk8s-snap-channel: 1.29-strict/stable
juju-agent-version: ${{ matrix.juju.agent }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0
with:
artifact-prefix: temp-release-packed-charm # TODO: remove after caching re-enabled on PR

release-charm:
name: Release charm
Expand Down

0 comments on commit 4ee5de8

Please sign in to comment.