Skip to content

Commit

Permalink
Temporarily disable cached builds (#514)
Browse files Browse the repository at this point in the history
Unblock charmcraftcache refactor to per-charm repository caches
(https://warthogs.atlassian.net/browse/DPE-5809) while
#513 is pending review
  • Loading branch information
carlcsaposs-canonical authored Nov 11, 2024
1 parent 460b6cc commit be7e778
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 @@ -94,7 +94,6 @@ jobs:
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
path-to-charm-directory: ${{ matrix.path }}
cache: true

integration-test:
strategy:
Expand All @@ -114,7 +113,7 @@ jobs:
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
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 @@ -15,6 +15,8 @@ jobs:
build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
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 be7e778

Please sign in to comment.