-
- Downloads
Notify slack when `scheduled:package-and-qa` fails
With `allow_failure: true` on a prerequisite job, when the job fails it would be considered a success. This results in the `schedule:package-and-qa` job being skipped. To work around this, we always run `schedule:package-and-qa:notify-failure`, and look for a failed `schedule:package-and-qa` in the pipeline.
Showing
- .gitlab/ci/notifications.gitlab-ci.yml 9 additions, 4 deletions.gitlab/ci/notifications.gitlab-ci.yml
- scripts/get-job-id 43 additions, 0 deletionsscripts/get-job-id
- scripts/notifications.sh 27 additions, 0 deletionsscripts/notifications.sh
- scripts/notify-slack 0 additions, 14 deletionsscripts/notify-slack
scripts/get-job-id
0 → 100755
scripts/notifications.sh
0 → 100755
scripts/notify-slack
deleted
100755 → 0
Please register or sign in to comment