fix(ci): address copilot review notes
This commit is contained in:
parent
0dfdb578c1
commit
acbe9d1e7c
2
.github/workflows/test-self-hosted.yml
vendored
2
.github/workflows/test-self-hosted.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
failed=1
|
||||
fi
|
||||
|
||||
inode_used_pct="$(df -Pi . | awk 'NR==2 {gsub(/%/, \"\", $5); print $5}')"
|
||||
inode_used_pct="$(df -Pi . | awk 'NR==2 {gsub(/%/, "", $5); print $5}')"
|
||||
if [ "${inode_used_pct}" -ge 95 ]; then
|
||||
echo "::error::Inode usage >=95%; clean files to avoid ENOSPC."
|
||||
df -i .
|
||||
|
||||
@ -12,7 +12,7 @@ This report is for CI runner maintainers to debug runner health regressions firs
|
||||
|
||||
## Executive Summary
|
||||
|
||||
`main` became red due runner-environment failures in self-hosted pools.
|
||||
`main` became red due to runner-environment failures in self-hosted pools.
|
||||
|
||||
Observed failure classes:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user