Skip to content

Commit

Permalink
ci: bump juju to 3.6 + charmcraft to 3.x/stable (#255)
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 a8973a6 commit ed3b354
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 @@ -68,8 +68,8 @@ jobs:
with:
provider: microk8s
channel: 1.26-strict/stable
juju-channel: 3.4/stable
charmcraft-channel: latest/candidate
juju-channel: 3.6/stable
charmcraft-channel: 3.x/stable
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"

- name: Run integration tests
Expand Down Expand Up @@ -102,8 +102,8 @@ jobs:
with:
provider: microk8s
channel: 1.26-strict/stable
juju-channel: 3.4/stable
charmcraft-channel: latest/candidate
juju-channel: 3.6/stable
charmcraft-channel: 3.x/stable

- name: Run integration tests
run: |
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 ed3b354

Please sign in to comment.