mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-12 23:57:42 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -8,6 +8,9 @@
|
|||||||
- scheduler_failure
|
- scheduler_failure
|
||||||
- stuck_or_timeout_failure
|
- stuck_or_timeout_failure
|
||||||
- unknown_failure
|
- unknown_failure
|
||||||
|
exit_codes:
|
||||||
|
- 111 # low free disk space https://gitlab.com/gitlab-org/gitlab/-/issues/498142
|
||||||
|
|
||||||
|
|
||||||
.default-utils-before_script:
|
.default-utils-before_script:
|
||||||
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 "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 "Exiting now in anticipation of a 'no space left on device' error."
|
||||||
echo "If this problem persists, please contact #g_hosted_runners team."
|
echo "If this problem persists, please contact #g_hosted_runners team."
|
||||||
|
echo "NOTE: This job will be retried automatically."
|
||||||
echo "********************************************************************"
|
echo "********************************************************************"
|
||||||
exit 111
|
exit 111
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user