Skip to content

Commit

Permalink
ci: bump juju to 3.6 + charmcraft to 3.x/stable (#74)
Browse files Browse the repository at this point in the history
* Bump juju to 3.6/stable
* For uniformity, use charmcraft from 3.x/stable

Ref canonical/bundle-kubeflow#1176
  • Loading branch information
orfeas-k authored Dec 5, 2024
1 parent 07e7712 commit 4e2a955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
with:
provider: microk8s
channel: 1.29-strict/stable
juju-channel: 3.4/stable
juju-channel: 3.6/stable
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"
charmcraft-channel: 3.x/stable

- name: Run integration tests
run: tox -vve integration -- --model testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
charm-path: ${{ matrix.charm-path }}
channel: ${{ steps.parse-inputs.outputs.destination_channel }}
tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }}
charmcraft-channel: latest/candidate
charmcraft-channel: 3.x/stable

0 comments on commit 4e2a955

Please sign in to comment.