From 72cbbc05890d94e2f8d9d72ec4732dd3fe43213b Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 29 Jan 2026 12:03:13 -0500 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e973f02..16745c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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