fix(runner): preserve harbor ssh probe failure rc
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 37s
CD Pipeline / build-and-deploy (push) Failing after 28s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
Your Name
2026-07-01 09:54:36 +08:00
parent f50e363a59
commit f1149e560e
3 changed files with 4 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ def test_harbor_110_local_repair_workflow_is_dispatch_only_and_bounded() -> None
'SSH_PROBE_SLEEP_SECONDS="${AWOOOI_110_SSH_PROBE_SLEEP_SECONDS:-10}"'
in text
)
assert "else\n rc=$?" in text
assert "harbor_110_remote_ssh_probe_attempt=" in text
assert "operation_boundary_remote_ssh_bounded=true" in text
assert "harbor_110_remote_control_channel_unavailable" in text