Skip to content

Commit

Permalink
ci: update juju to 3.1 and microk8s to 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Sep 7, 2023
1 parent 328b5f7 commit 6aaf1dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
with:
juju-channel: "2.9/stable"
provider: microk8s
channel: 1.24/stable
channel: 1.25-strict/stable
# Pinned until this bug is resolved: https://bugs.launchpad.net/juju/+bug/1992833
bootstrap-options: "--agent-version=2.9.34"
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"

- name: Run integration tests
run: sg microk8s -c "tox -vve integration -- --model testing"
run: tox -vve integration -- --model testing

# On failure, capture debugging resources
- name: Get all
Expand Down
3 changes: 2 additions & 1 deletion requirements-integration.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aiohttp
jinja2
juju==2.9.44
# Pinning to <4.0 due to compatibility with the 3.1 controller version
juju<4.0
minio
mlflow
pytest-operator
Expand Down

0 comments on commit 6aaf1dc

Please sign in to comment.