ci: add resource_group to prevent concurrent test runs
Prevents race condition where cleanup phase of one pipeline destroys services still in use by another pipeline.
This commit is contained in:
parent
8feba9b21b
commit
72cbbc0589
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ manual-burn-pool-trigger:
|
|||
stage: test
|
||||
needs:
|
||||
- manual-burn-pool
|
||||
resource_group: inception-test-pool
|
||||
trigger:
|
||||
include:
|
||||
- artifact: test-matrix.yml
|
||||
|
|
@ -121,6 +122,7 @@ trigger-test-matrix:
|
|||
needs:
|
||||
- generate-matrix
|
||||
- build
|
||||
resource_group: inception-test-pool
|
||||
trigger:
|
||||
include:
|
||||
- artifact: test-matrix.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue