Skip to content

Commit

Permalink
Temporarily disable cached builds (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Nov 11, 2024
1 parent a4874fd commit 5205fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0
with:
path-to-charm-directory: ${{ matrix.path }}
cache: true

integration-test:
strategy:
Expand All @@ -83,7 +82,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: lxd
juju-agent-version: ${{ matrix.juju.agent }}
juju-snap-channel: ${{ matrix.juju.snap_channel }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 5205fcc

Please sign in to comment.