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
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- manual-burn-pool
|
- manual-burn-pool
|
||||||
|
resource_group: inception-test-pool
|
||||||
trigger:
|
trigger:
|
||||||
include:
|
include:
|
||||||
- artifact: test-matrix.yml
|
- artifact: test-matrix.yml
|
||||||
|
|
@ -121,6 +122,7 @@ trigger-test-matrix:
|
||||||
needs:
|
needs:
|
||||||
- generate-matrix
|
- generate-matrix
|
||||||
- build
|
- build
|
||||||
|
resource_group: inception-test-pool
|
||||||
trigger:
|
trigger:
|
||||||
include:
|
include:
|
||||||
- artifact: test-matrix.yml
|
- artifact: test-matrix.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue