diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 1188ad43..4f00819b 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -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 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ee5fa3ee..1205af07 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,3 +7,5 @@ jobs: unit-tests: uses: canonical/operator-workflows/.github/workflows/test.yaml@main secrets: inherit + with: + runs-on: self-hosted-amd64