Skip to content

Commit

Permalink
Test against juju 3.6/candidate + upgrade dpw to v23.0.5 (#548)
Browse files Browse the repository at this point in the history
* Test against juju 3.6/candidate + upgrade dpw to v23.0.5

* Update missed line of test suite for juju 3.6/candidate
  • Loading branch information
shayancanonical authored Nov 18, 2024
1 parent 5dc3d2d commit 70ba5f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.5

unit-test:
name: Unit test charm
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.5
with:
cache: true

Expand All @@ -70,7 +70,7 @@ jobs:
allure_on_amd64: false
- agent: 3.5.4 # renovate: juju-agent-pin-minor
allure_on_amd64: true
- snap_channel: 3.6/beta
- snap_channel: 3.6/candidate
allure_on_amd64: false
architecture:
- amd64
Expand All @@ -80,15 +80,15 @@ jobs:
allure_on_amd64: true
architecture: arm64
- juju:
snap_channel: 3.6/beta
snap_channel: 3.6/candidate
allure_on_amd64: false
architecture: arm64
name: Integration | ${{ matrix.juju.agent || matrix.juju.snap_channel }} | ${{ matrix.architecture }}
needs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.5
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
architecture: ${{ matrix.architecture }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.5

release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.5
with:
channel: 8.0/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.0.5
with:
reviewers: a-velasco
permissions:
Expand Down

0 comments on commit 70ba5f9

Please sign in to comment.