Skip to content

Commit

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

- run: |
Expand All @@ -112,8 +112,8 @@ jobs:
with:
provider: microk8s
channel: 1.29-strict/stable
charmcraft-channel: latest/candidate
juju-channel: 3.4/stable
charmcraft-channel: 3.x/stable
juju-channel: 3.6/stable
microk8s-addons: dns hostpath-storage ingress metallb:10.64.140.43-10.64.140.49

- name: Run test
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 30edb5a

Please sign in to comment.