File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ provision integration kubernetes:
37
37
integration kubernetes exec legacy :
38
38
extends :
39
39
- .integration kubernetes
40
- resource_group : " $CI_COMMIT_BRANCH -k8s-integration-exec-legacy"
40
+ resource_group : " $CI_COMMIT_REF_SLUG -k8s-integration-exec-legacy"
41
41
variables :
42
42
CI_RUNNER_TEST_FEATURE_FLAG : " FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY"
43
43
CI_RUNNER_TEST_FEATURE_FLAG_VALUE : " true"
@@ -46,7 +46,7 @@ integration kubernetes exec legacy:
46
46
integration kubernetes attach :
47
47
extends :
48
48
- .integration kubernetes
49
- resource_group : " $CI_COMMIT_BRANCH -k8s-integration-attach"
49
+ resource_group : " $CI_COMMIT_REF_SLUG -k8s-integration-attach"
50
50
variables :
51
51
CI_RUNNER_TEST_FEATURE_FLAG : " FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY"
52
52
CI_RUNNER_TEST_FEATURE_FLAG_VALUE : " false"
@@ -55,7 +55,7 @@ integration kubernetes attach:
55
55
integration kubernetes :
56
56
extends :
57
57
- .integration kubernetes
58
- resource_group : " $CI_COMMIT_BRANCH -k8s-integration"
58
+ resource_group : " $CI_COMMIT_REF_SLUG -k8s-integration"
59
59
variables :
60
60
EXTRA_GO_TEST_FLAGS : " -skip=TestRunIntegrationTestsWithFeatureFlag"
61
61
You can’t perform that action at this time.
0 commit comments