From 1cec694adc2cbf993b624d68b09e5e41bc8fd8b5 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Wed, 5 Jun 2024 09:31:32 +0200 Subject: [PATCH] ci: bootstrap juju controller with agent version 3.5.0 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 --- .github/workflows/integrate.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6a5bf35d..80347b23 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -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 @@ -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: |