Skip to content

Commit 51480e4

Browse files
Merge branch 'ggeorgiev/fix-k8s-integration-resource-groups' into 'main'
Fix k8s integration tests resource groups See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5502 Merged-by: Georgi N. Georgiev <[email protected]> Approved-by: Axel von Bertoldi <[email protected]>
2 parents 7f0b413 + 207ec0b commit 51480e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab/ci/test-kubernetes-integration.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ provision integration kubernetes:
3737
integration kubernetes exec legacy:
3838
extends:
3939
- .integration kubernetes
40-
resource_group: "$CI_COMMIT_BRANCH-k8s-integration-exec-legacy"
40+
resource_group: "$CI_COMMIT_REF_SLUG-k8s-integration-exec-legacy"
4141
variables:
4242
CI_RUNNER_TEST_FEATURE_FLAG: "FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY"
4343
CI_RUNNER_TEST_FEATURE_FLAG_VALUE: "true"
@@ -46,7 +46,7 @@ integration kubernetes exec legacy:
4646
integration kubernetes attach:
4747
extends:
4848
- .integration kubernetes
49-
resource_group: "$CI_COMMIT_BRANCH-k8s-integration-attach"
49+
resource_group: "$CI_COMMIT_REF_SLUG-k8s-integration-attach"
5050
variables:
5151
CI_RUNNER_TEST_FEATURE_FLAG: "FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY"
5252
CI_RUNNER_TEST_FEATURE_FLAG_VALUE: "false"
@@ -55,7 +55,7 @@ integration kubernetes attach:
5555
integration kubernetes:
5656
extends:
5757
- .integration kubernetes
58-
resource_group: "$CI_COMMIT_BRANCH-k8s-integration"
58+
resource_group: "$CI_COMMIT_REF_SLUG-k8s-integration"
5959
variables:
6060
EXTRA_GO_TEST_FLAGS: "-skip=TestRunIntegrationTestsWithFeatureFlag"
6161

0 commit comments

Comments
 (0)