Skip to content

Commit

Permalink
update juju lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Aug 26, 2024
1 parent 713efe6 commit b0809ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
juju-channel: 3.2/stable
juju-channel: 3.5/stable
pre-run-script: tests/integration/setup_private_endpoint_model.sh
provider: lxd
test-tox-env: integration-juju3.2
test-tox-env: integration-juju3.5
modules: '["test_charm_metrics_failure", "test_charm_metrics_success", "test_charm_fork_repo", "test_charm_runner"]'
extra-arguments: "-m openstack"
builder-runner-label: ARM64
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,15 @@ deps =
commands =
bandit -c {toxinidir}/pyproject.toml -r {[vars]src_path}

[testenv:integration-juju{3.2,3.1,2.9}]
[testenv:integration-juju{3.5,3.2,3.1,2.9}]
description = Run integration tests
pass_env =
PYTEST_ADDOPTS
deps =
# Pin pytest version until the following issue is resolved.
# https://github.com/charmed-kubernetes/pytest-operator/issues/131
pytest==8.1.1
juju3.5: juju==3.5.* # Required for private-endpoint testing for ARM64 models on 3.5
juju3.2: juju==3.2.*
juju3.1: juju==3.1.*
juju2.9: juju==2.9.*
Expand Down

0 comments on commit b0809ee

Please sign in to comment.