Skip to content

Commit

Permalink
Temporarily disable cached builds (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Nov 11, 2024
1 parent b73d14a commit ab4e9e7
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 @@ -62,7 +62,6 @@ jobs:
- tests/integration/ha_tests/application_charm
- tests/integration/relation_tests/application-charm
with:
cache: true
path-to-charm-directory: ${{ matrix.path }}

integration-test:
Expand All @@ -83,7 +82,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: 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 @@ -36,6 +36,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:
name: Release charm
Expand Down

0 comments on commit ab4e9e7

Please sign in to comment.