Skip to content

Commit 86e2927

Browse files
committed
Merge branch 'ko3n1g/ci/fix-tests' into 'main'
ci: Always run unit tests See merge request ADLR/megatron-lm!2003
2 parents 2001033 + 638ffcb commit 86e2927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab/stages/01.tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.tests_common:
22
rules:
3-
- if: ($FUNCTIONAL_TEST == "no" || $FUNCTIONAL_TEST == "yes" || $CONVERGENCE_TEST == "yes") && $CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED != "true"
3+
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED != "true"
44
allow_failure: true
5-
- if: $FUNCTIONAL_TEST == "no" || $FUNCTIONAL_TEST == "yes" || $CONVERGENCE_TEST == "yes"
6-
- when: never
5+
when: always
6+
- when: always
77
stage: test
88

99
include:

0 commit comments

Comments
 (0)