Skip to content

Commit 65f7de8

Browse files
Test against juju 3.6/candidate + upgrade dpw to v23.0.5 (#527)
* Test against juju 3.6/candidate + upgrade dpw to v23.0.5 * Update missed line of test suite for juju 3.6/candidate
1 parent e2411b0 commit 65f7de8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
lint:
1818
name: Lint
19-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
19+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
2020

2121
unit-test:
2222
name: Unit test charm
@@ -56,7 +56,7 @@ jobs:
5656

5757
build:
5858
name: Build charm
59-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
59+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
6060
with:
6161
cache: true
6262

@@ -70,7 +70,7 @@ jobs:
7070
allure_on_amd64: false
7171
- agent: 3.5.4 # renovate: juju-agent-pin-minor
7272
allure_on_amd64: true
73-
- snap_channel: 3.6/beta
73+
- snap_channel: 3.6/candidate
7474
allure_on_amd64: false
7575
architecture:
7676
- amd64
@@ -80,15 +80,15 @@ jobs:
8080
allure_on_amd64: true
8181
architecture: arm64
8282
- juju:
83-
snap_channel: 3.6/beta
83+
snap_channel: 3.6/candidate
8484
allure_on_amd64: false
8585
architecture: arm64
8686
name: Integration | ${{ matrix.juju.agent || matrix.juju.snap_channel }} | ${{ matrix.architecture }}
8787
needs:
8888
- lint
8989
- unit-test
9090
- build
91-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
91+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
9292
with:
9393
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
9494
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
build:
3838
name: Build charm
39-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
39+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
4040

4141
release:
4242
name: Release charm
4343
needs:
4444
- lib-check
4545
- ci-tests
4646
- build
47-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
47+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
4848
with:
4949
channel: 8.0/edge
5050
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
1414
with:
1515
reviewers: a-velasco
1616
permissions:

0 commit comments

Comments
 (0)