Skip to content

Commit

Permalink
chore: limit integration test concurrency (#513)
Browse files Browse the repository at this point in the history
Limit integration test runs with [concurrency
groups](https://docs.github.com/en/actions/using-jobs/using-concurrency).

Not currently using `cancel-in-progress` until
[sweepers](#446)
are implemented and it's confirmed that they can run when receiving a
cancellation signal.
  • Loading branch information
jharley authored Jul 29, 2024
1 parent 178b9eb commit 6b39444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency:
group: hnytf-testacc-us
env:
TERRAFORM_VERSION: "1.0.11"
steps:
Expand Down Expand Up @@ -92,6 +94,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency:
group: hnytf-testacc-eu
env:
TERRAFORM_VERSION: "1.0.11"
steps:
Expand Down

0 comments on commit 6b39444

Please sign in to comment.