Skip to content

Commit

Permalink
Use self-hosted runner for integration test (#122)
Browse files Browse the repository at this point in the history
* Pin macaroonbakery test dep
  • Loading branch information
yhaliaw authored Dec 11, 2023
1 parent 6d49ad3 commit eb44f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
chaos-enabled: false
chaos-experiments: pod-delete
trivy-image-config: "trivy.yaml"
self-hosted-runner: true
self-hosted-runner-label: "edge"
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ deps =
pytest
pytest-asyncio
pytest-operator
# Type error problem with newer version of macaroonbakery
macaroonbakery==1.3.2
git+https://github.com/canonical/saml-test-idp.git
-r{toxinidir}/requirements.txt
commands =
Expand Down

0 comments on commit eb44f49

Please sign in to comment.