Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-10-16 03:19:04 +00:00
parent 9609d46424
commit 56535efa73
2 changed files with 4 additions and 0 deletions

View File

@ -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