From 9c80b1c57332bf0481b7b13df0210e8cbc7c73fe Mon Sep 17 00:00:00 2001 From: Xuhui Zhu Date: Tue, 16 Jul 2024 17:33:41 -0400 Subject: [PATCH] update juju version --- .github/workflows/cos_integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cos_integration.yaml b/.github/workflows/cos_integration.yaml index cff482e3..56e8df62 100644 --- a/.github/workflows/cos_integration.yaml +++ b/.github/workflows/cos_integration.yaml @@ -23,7 +23,7 @@ jobs: # Currently, 3.1 is used to keep the version consistent with functional tests (func31) # If, for example, 3.5/stable is used here in the future, the `update python-libjuju dependancy..` # step below should also specify `...3.5.x/g'..` so it updates requirements.txt with the correct version. - juju-channel: 3.1/stable + juju-channel: 3.4/stable provider: lxd - name: Save lxd controller name id: lxd-controller @@ -32,7 +32,7 @@ jobs: - name: Setup k8s controller uses: charmed-kubernetes/actions-operator@main with: - juju-channel: 3.1/stable + juju-channel: 3.4/stable provider: microk8s channel: 1.28-strict/stable microk8s-addons: "hostpath-storage dns metallb:${{ env.IPADDR }}-${{ env.IPADDR }}" @@ -47,7 +47,7 @@ jobs: # The juju CLI version and libjuju version(specified in requirements.txt) should be compatible. # This replaces the libjuju version in requirements.txt and # makes sure the same version is used, even if it has a different/incompatible version. - run: sed -E -i 's/^\s*juju\s*~=.+/ juju~=3.1.0/g' tests/integration/requirements.txt + run: sed -E -i 's/^\s*juju\s*~=.+/ juju~=3.4.0/g' tests/integration/requirements.txt - name: Run integration tests run: make integration env: