Skip to content

Commit 912be78

Browse files
committed
Merge branch 'ko3n1g/ci/fix-h100-label' into 'main'
ci: Fix H100 label See merge request ADLR/megatron-lm!2028
2 parents 54f1f78 + 56038bd commit 912be78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab/stages/02.functional-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jet-configure:
2525
script:
2626
- set -x
2727
- |
28-
if [[ "$FUNCTIONAL_TEST_CLUSTER" == "" && "$CI_MERGE_REQUEST_LABELS" == "*H100*" ]]; then
28+
if [[ "$CI_PIPELINE_SOURCE" == "merge_request_event" && "$CI_MERGE_REQUEST_LABELS" == "*H100*" ]]; then
2929
FUNCTIONAL_TEST_CLUSTER=$DEFAULT_H100_CLUSTER
30-
elif [[ "$FUNCTIONAL_TEST_CLUSTER" == "" ]]; then
31-
FUNCTIONAL_TEST_CLUSTER=$DEFAULT_A100_CLUSTER
3230
fi
3331
- |
3432
JET_CUSTOM_FILTER="type == 'basic'"

0 commit comments

Comments
 (0)