We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f1f78 + 56038bd commit 912be78Copy full SHA for 912be78
.gitlab/stages/02.functional-tests.yml
@@ -25,10 +25,8 @@ jet-configure:
25
script:
26
- set -x
27
- |
28
- if [[ "$FUNCTIONAL_TEST_CLUSTER" == "" && "$CI_MERGE_REQUEST_LABELS" == "*H100*" ]]; then
+ if [[ "$CI_PIPELINE_SOURCE" == "merge_request_event" && "$CI_MERGE_REQUEST_LABELS" == "*H100*" ]]; then
29
FUNCTIONAL_TEST_CLUSTER=$DEFAULT_H100_CLUSTER
30
- elif [[ "$FUNCTIONAL_TEST_CLUSTER" == "" ]]; then
31
- FUNCTIONAL_TEST_CLUSTER=$DEFAULT_A100_CLUSTER
32
fi
33
34
JET_CUSTOM_FILTER="type == 'basic'"
0 commit comments