Skip to content

Commit

Permalink
Fix integration test concurrency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Dec 7, 2023
1 parent 94e8b0b commit 61131c1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/workflow_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
with:
working-directory: "tests/workflows/integration/test-upload-charm/"
trivy-image-config: "tests/workflows/integration/test-upload-charm/trivy.yaml"
integration-self-hosted:
uses: ./.github/workflows/integration_test.yaml
secrets: inherit
with:
working-directory: "tests/workflows/integration/test-upload-charm/"
trivy-image-config: "tests/workflows/integration/test-upload-charm/trivy.yaml"
self-hosted-runner: true
self-hosted-runner-label: "edge"
integration-juju3:
uses: ./.github/workflows/integration_test.yaml
secrets: inherit
Expand All @@ -45,6 +37,16 @@ jobs:
juju-channel: 3.1/stable
provider: lxd
test-tox-env: "integration-juju3.1"
integration-self-hosted:
uses: ./.github/workflows/integration_test.yaml
secrets: inherit
needs:
- integration-juju3
with:
working-directory: "tests/workflows/integration/test-upload-charm/"
trivy-image-config: "tests/workflows/integration/test-upload-charm/trivy.yaml"
self-hosted-runner: true
self-hosted-runner-label: "edge"
integration-rock:
uses: ./.github/workflows/integration_test.yaml
secrets: inherit
Expand Down

0 comments on commit 61131c1

Please sign in to comment.