Skip to content

Commit

Permalink
Run integration tests on lxd for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Dec 4, 2023
1 parent 32087b5 commit a3cc8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
provider: lxd
juju-channel: 3.1/stable
chaos-app-label: app.kubernetes.io/name=indico
chaos-enabled: false
chaos-experiments: pod-delete
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ commands =
[testenv:integration]
description = Run integration tests
deps =
# Last compatible version with Juju 2.9
juju==3.0.4
juju
pytest
pytest-asyncio
pytest-operator
Expand Down

0 comments on commit a3cc8a7

Please sign in to comment.