Skip to content

Commit

Permalink
update juju version
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhdaze committed Jul 16, 2024
1 parent 507b8f2 commit 9c80b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cos_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}"
Expand All @@ -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:
Expand Down

0 comments on commit 9c80b1c

Please sign in to comment.