Skip to content

Commit

Permalink
ci: bootstrap juju controller with agent version 3.5.0 (#374) (#375)
Browse files Browse the repository at this point in the history
This commit ensures the controller is bootstrapped with version 3.5.0 instead of the default
as we have found issues with it.
This is a workaround for canonical/bundle-kubeflow#921.

Fixes #373
  • Loading branch information
DnPlas authored Jun 11, 2024
1 parent 98609c4 commit 5b0b8ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
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"

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

Expand Down Expand Up @@ -78,6 +80,8 @@ jobs:
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"

- name: Run test
run: |
Expand Down

0 comments on commit 5b0b8ee

Please sign in to comment.