Skip to content
代码片段 群组 项目
提交 2bed3c7f 编辑于 作者: Jennifer Li's avatar Jennifer Li
浏览文件

Retry exit code 111

上级 aebdd341
No related branches found
No related tags found
无相关合并请求
......@@ -8,6 +8,9 @@
- scheduler_failure
- stuck_or_timeout_failure
- unknown_failure
exit_codes:
- 111 # low free disk space https://gitlab.com/gitlab-org/gitlab/-/issues/498142
.default-utils-before_script:
before_script:
......
......@@ -510,6 +510,7 @@ function log_disk_usage() {
echo "This job requires ${space_threshold_gb}G free disk space, but the runner only has ${available_space}."
echo "Exiting now in anticipation of a 'no space left on device' error."
echo "If this problem persists, please contact #g_hosted_runners team."
echo "NOTE: This job will be retried automatically."
echo "********************************************************************"
exit 111
fi
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册