Skip to content

Commit

Permalink
ci: bump juju to 3.6 + charmcraft to 3.x/stable (#208)
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 f1d42ec commit 47b01de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
provider: microk8s
channel: 1.29-strict/stable
microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"
charmcraft-channel: latest/stable
juju-channel: 3.4/stable
charmcraft-channel: 3.x/stable
juju-channel: 3.6/stable

- name: Run integration tests
run: sg snap_microk8s -c "tox -e ${{ matrix.tox-environments }} -- --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 47b01de

Please sign in to comment.