-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily disable cached builds (#514)
Unblock charmcraftcache refactor to per-charm repository caches (https://warthogs.atlassian.net/browse/DPE-5809) while #513 is pending review
- Loading branch information
1 parent
460b6cc
commit be7e778
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|