Skip to content

Commit

Permalink
update juju version in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Jul 18, 2024
1 parent 49296f2 commit 141422b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
channel: 1.28-strict/stable
modules: '["test_charm.py"]'
juju-channel: 3.1/stable
juju-channel: 3.4/stable
self-hosted-runner: true
self-hosted-runner-label: "xlarge"
microk8s-addons: "dns ingress rbac storage metallb:10.15.119.2-10.15.119.4 registry"
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ commands =
description = Run integration tests
deps =
ipdb==0.13.9
juju==3.1.0.1
juju==3.5.2.0
pytest==7.1.3
pytest-operator==0.35.0
temporalio==1.1.0
temporalio==1.6.0
pytest-asyncio==0.21
-r{toxinidir}/requirements.txt
commands =
Expand Down

0 comments on commit 141422b

Please sign in to comment.