Skip to content

Commit

Permalink
Disable retries on failures
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakn94 committed Oct 17, 2023
1 parent 69db180 commit 4994cf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ formatting:
- if: $CI_MERGE_REQUEST_APPROVED && $TEST_LEVEL =~ $TESTS_TO_RUN_AFTER_MERGE_REQ_APPROVED
when: always
allow_failure: false
retry: 2

.selene_test_launcher: &selene-test-launcher
tags:
Expand All @@ -84,7 +83,6 @@ formatting:
- if: $CI_MERGE_REQUEST_APPROVED && $TEST_LEVEL =~ $TESTS_TO_RUN_AFTER_MERGE_REQ_APPROVED
when: always
allow_failure: false
retry: 2

train.te_gpt3.345m_tp2_pp2_1node_50steps:
<<: *selene-test-launcher
Expand Down

0 comments on commit 4994cf1

Please sign in to comment.