File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ pre:create_ci_branches:
59
59
- branch : ci-nightly
60
60
- branch : ci-weekly
61
61
- branch : ci-pre-release
62
+ - branch : ci-review-reminder
62
63
tags :
63
64
- arch/amd64
64
65
- env/prod
Original file line number Diff line number Diff line change @@ -65,3 +65,6 @@ test:build_nemo_image:
65
65
IMAGE : CI_NEMO_IMAGE
66
66
FILE : Dockerfile.ci.dev
67
67
BASE_IMAGE : nvcr.io/nvidian/nemo:nightly
68
+ rules :
69
+ - if : $FUNCTIONAL_TEST == "yes" || $INTEGRATION_TEST == "yes"
70
+ when : on_success
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ public:review_reminder:
518
518
image : ${UTILITY_IMAGE}:${CI_PIPELINE_ID}
519
519
script :
520
520
- export GITLAB_ENDPOINT
521
- - export RO_API_TOKEN=${PROJECT_ACCESS_TOKEN_MCORE }
521
+ - export RO_API_TOKEN=${PAT }
522
522
- export SLACK_WEBHOOK_URL=${SLACK_REMINDER_HOOK}
523
523
- export SLACK_API_TOKEN=${SLACK_API_TOKEN}
524
524
- python tests/test_utils/python_scripts/auto_reminder.py
@@ -530,6 +530,5 @@ public:review_reminder:
530
530
- purpose/utility
531
531
- team/megatron
532
532
rules :
533
- - if : $CI_COMMIT_BRANCH == "ko3n1g/ci/auto-reminder"
534
- - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $PUBLISH == "yes" && $PUBLISH_SCOPE == "review-reminder"
533
+ - if : $CI_COMMIT_BRANCH == "ci-review-reminder" && $PUBLISH == "yes" && $PUBLISH_SCOPE == "review-reminder"
535
534
- when : never
You can’t perform that action at this time.
0 commit comments