Allow log_disk_space script to exit early
What does this MR do and why?
Re: Force job to fail early if the runner's startin... (#498142 - closed)
With sufficient disk space:
- minimum required disk space set as 2048MB / 2GB
- example job: https://gitlab.com/gitlab-org/gitlab/-/jobs/8059064690
✅
With insufficient disk space:
- I bumped up the minimum threshold to 2TB from 2048MB to force this failure.
- example job: https://gitlab.com/gitlab-org/gitlab/-/jobs/8058994015
❌ failed
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Edited by Jennifer Li