Skip to content

Commit

Permalink
Finish charmcraft 3 migration (#532)
Browse files Browse the repository at this point in the history
#529 prematurely merged
  • Loading branch information
carlcsaposs-canonical authored Jan 14, 2025
1 parent 71dfaa0 commit bfc927e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
- name: Check libs
uses: canonical/charming-actions/check-libraries@2.4.0
with:
charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
credentials: ${{ secrets.CHARMHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
use-labels: false
Expand All @@ -138,7 +139,7 @@ jobs:
- ./tests/integration/relations/opensearch_provider/application-charm/
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.0
with:
cache: false # TODO: will change to `true` before merge
cache: true
charmcraft-snap-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
path-to-charm-directory: ${{ matrix.path }}

Expand All @@ -152,7 +153,7 @@ jobs:
with:
juju-agent-version: 3.6.1 # renovate: juju-agent-pin-minor
_beta_allure_report: true
artifact-prefix: packed-charm-cache-false # TODO: revert cache
artifact-prefix: packed-charm-cache-true
cloud: lxd
secrets:
# GitHub appears to redact each line of a multi-line secret
Expand Down

0 comments on commit bfc927e

Please sign in to comment.