From be7e7786ba8886671dd3a1614e8dfdcb4f3cf6dc Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Mon, 11 Nov 2024 15:26:18 +0000 Subject: [PATCH] Temporarily disable cached builds (#514) Unblock charmcraftcache refactor to per-charm repository caches (https://warthogs.atlassian.net/browse/DPE-5809) while https://github.com/canonical/mongodb-operator/pull/513 is pending review --- .github/workflows/ci.yaml | 3 +-- .github/workflows/release.yaml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5023169ef..2977f8b40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,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: @@ -114,7 +113,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 }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 686a3f6c3..db37ba6f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,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