Skip to content
Snippets Groups Projects
Select Git revision
  • mwortschack-master-patch-38862
  • 11420-test-upload
  • master default protected
  • TestEvidenceJson
4 results

notifications.sh

Forked from GitLab.org / GitLab
Source project has a limited visibility.
  • 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.