Skip to content

Commit

Permalink
Use self-hosted runners for all integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Feb 1, 2024
1 parent 0afdcb5 commit 7bed175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
./tests/integration/pre_run_script.sh"
setup-devstack-swift: true
trivy-image-config: ./trivy.yaml
runs-on: self-hosted-amd64
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
secrets: inherit
with:
runs-on: self-hosted-amd64

0 comments on commit 7bed175

Please sign in to comment.