From 2fca35bb709eccbdfbab80002ca9b9dfd4889b55 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Fri, 21 Jun 2024 15:13:56 +0200 Subject: [PATCH 1/2] ci: use juju 3.4/stable instead of 3.5/stable Part of canonical/bundle-kubeflow#944 --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f968d76b..ef9b68ff 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -97,7 +97,7 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.5/stable + juju-channel: 3.4/stable # Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed bootstrap-options: "--agent-version=3.5.0" charmcraft-channel: latest/candidate @@ -142,7 +142,7 @@ jobs: channel: 1.29-strict/stable # Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed bootstrap-options: "--agent-version=3.5.0" - juju-channel: 3.5/stable + juju-channel: 3.4/stable charmcraft-channel: latest/candidate microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49" From 494322699fdab1af0505ac570e5a7b03aea0d60b Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Fri, 21 Jun 2024 18:11:15 +0200 Subject: [PATCH 2/2] skip: remove bootstrap option --- .github/workflows/integrate.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ef9b68ff..c343305b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -98,8 +98,6 @@ jobs: provider: microk8s channel: 1.29-strict/stable juju-channel: 3.4/stable - # Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed - bootstrap-options: "--agent-version=3.5.0" charmcraft-channel: latest/candidate - name: Integration tests @@ -140,8 +138,6 @@ jobs: with: provider: microk8s channel: 1.29-strict/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 charmcraft-channel: latest/candidate microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"