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:
russell@unturf.com 2026-01-29 12:03:13 -05:00
parent 8feba9b21b
commit 72cbbc0589

View file

@ -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