Skip to content

Commit

Permalink
[DPE-5289]: CI runs on new juju versions (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1nness authored Sep 3, 2024
1 parent 5b05ceb commit db5fe64
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 179 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v20.0.2
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.0

lib-check:
name: Check libraries
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

build:
name: Build charm | ${{ matrix.path }}
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0
strategy:
matrix:
path:
Expand All @@ -66,17 +66,17 @@ jobs:
path-to-charm-directory: ${{ matrix.path }}

integration-test:
name: Integration test charm | 3.4.4
name: Integration test charm | 3.5.3
needs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.2
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0
with:
artifact-prefix: packed-charm-cache-true
cloud: microk8s
microk8s-snap-channel: 1.29-strict/stable
juju-agent-version: 3.4.4
juju-agent-version: 3.5.3 # renovate: juju-agent-pin-minor
_beta_allure_report: true
permissions:
contents: write # Needed for Allure Report beta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0

release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.2
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.0
with:
channel: 6/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
Loading

0 comments on commit db5fe64

Please sign in to comment.