Skip to content

Commit ab4e9e7

Browse files
Temporarily disable cached builds (#364)
See canonical/mongodb-operator#514
1 parent b73d14a commit ab4e9e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
- tests/integration/ha_tests/application_charm
6363
- tests/integration/relation_tests/application-charm
6464
with:
65-
cache: true
6665
path-to-charm-directory: ${{ matrix.path }}
6766

6867
integration-test:
@@ -83,7 +82,7 @@ jobs:
8382
- build
8483
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
8584
with:
86-
artifact-prefix: packed-charm-cache-true
85+
artifact-prefix: packed-charm-cache-false # TODO revert to "packed-charm-cache-true" when cache re-enabled
8786
cloud: microk8s
8887
microk8s-snap-channel: 1.29-strict/stable
8988
juju-agent-version: ${{ matrix.juju.agent }}

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
build:
3737
name: Build charm
3838
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
39+
with:
40+
artifact-prefix: temp-release-packed-charm # TODO: remove after caching re-enabled on PR
3941

4042
release:
4143
name: Release charm

0 commit comments

Comments
 (0)