fix(framework): classify BusyBox timeout status (#1194)
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
This commit is contained in:
@@ -173,7 +173,7 @@ if [[ -f "$framework_drift_checker" ]]; then
|
|||||||
set -e
|
set -e
|
||||||
if [[ "$drift_rc" -eq 0 ]]; then
|
if [[ "$drift_rc" -eq 0 ]]; then
|
||||||
pass "Installed framework tools match shipped source"
|
pass "Installed framework tools match shipped source"
|
||||||
elif [[ "$drift_rc" -eq 124 || "$drift_rc" -eq 137 ]]; then
|
elif [[ "$drift_rc" -eq 124 || "$drift_rc" -eq 137 || "$drift_rc" -eq 143 ]]; then
|
||||||
warn "CANNOT_ASSERT framework drift checker timed out after ${drift_timeout}s; continuing remaining doctor checks"
|
warn "CANNOT_ASSERT framework drift checker timed out after ${drift_timeout}s; continuing remaining doctor checks"
|
||||||
else
|
else
|
||||||
warn "Installed framework-tool drift detected (checker exit $drift_rc; no files changed)"
|
warn "Installed framework-tool drift detected (checker exit $drift_rc; no files changed)"
|
||||||
|
|||||||
Reference in New Issue
Block a user