Skip to content
代码片段 群组 项目
未验证 提交 7a278cb2 编辑于 作者: David Dieulivol's avatar David Dieulivol 提交者: GitLab
浏览文件

Merge branch 'jennli-silence-112-error' into 'master'

Do not alert Slack for 112 exit code

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/177922



Merged-by: default avatarDavid Dieulivol <ddieulivol@gitlab.com>
Approved-by: default avatarDavid Dieulivol <ddieulivol@gitlab.com>
Co-authored-by: default avatarJennifer Li <jli@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -223,7 +223,6 @@ function change_exit_code_if_applicable() {
alert_job_in_slack $new_exit_code "Known infra error caused this job to fail"
elif [[ $found_known_flaky_test -ne $previous_exit_status ]]; then
new_exit_code=$found_known_flaky_test
alert_job_in_slack $new_exit_code "A Known flaky test caused this job to fail"
fi
echo "New exit code: $new_exit_code"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册