Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • patch-test
  • sh-test-mr
  • sh-test-mr-create
  • patch-1
  • thomasrandolph-master-patch-35972
  • pslaughter-master-patch-82616
  • ac-test-pick-and-track
  • pslaughter-master-patch-85128
  • revert-3bdc7844
  • mwortschack-master-patch-38862
  • 11420-test-upload
  • pslaughter-master-patch-15200
  • test-#
  • test/branch
  • test-tag
16 results

notifications.gitlab-ci.yml

Forked from GitLab.org / GitLab
198665 commits behind the upstream repository.
  • Albert Salim's avatar
    1569c974
    Notify slack when `scheduled:package-and-qa` fails · 1569c974
    Albert Salim authored
    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.
    1569c974
    History
    Notify slack when `scheduled:package-and-qa` fails
    Albert Salim authored
    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.