Skip to content

Commit

Permalink
ci: use juju 3.4/stable instead of 3.5/stable in track 1.8 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Jun 25, 2024
1 parent 5b0b8ee commit 3b17dba
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
channel: 1.25-strict/stable
charmcraft-channel: latest/candidate
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"
juju-channel: 3.5/stable
# Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed
bootstrap-options: "--agent-version=3.5.0"
juju-channel: 3.4/stable

- run: tox -e ${{ matrix.charm }}-integration

Expand Down Expand Up @@ -79,9 +77,7 @@ jobs:
channel: 1.25-strict/stable
charmcraft-channel: latest/candidate
microk8s-addons: "dns storage rbac ingress metallb:10.64.140.43-10.64.140.49"
juju-channel: 3.5/stable
# Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed
bootstrap-options: "--agent-version=3.5.0"
juju-channel: 3.4/stable

- name: Run test
run: |
Expand Down

0 comments on commit 3b17dba

Please sign in to comment.