fix(runner): retry harbor repair ssh probe
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
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 0s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Failing after 4m37s

This commit is contained in:
Your Name
2026-07-01 09:45:48 +08:00
parent fa42099d85
commit f50e363a59
3 changed files with 38 additions and 1 deletions

View File

@@ -136,6 +136,12 @@ def test_harbor_110_local_repair_workflow_is_dispatch_only_and_bounded() -> None
assert "AWOOOI_110_SSH_TARGET" in text
assert "BatchMode=yes" in text
assert "ConnectTimeout=8" in text
assert 'SSH_PROBE_ATTEMPTS="${AWOOOI_110_SSH_PROBE_ATTEMPTS:-6}"' in text
assert (
'SSH_PROBE_SLEEP_SECONDS="${AWOOOI_110_SSH_PROBE_SLEEP_SECONDS:-10}"'
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
assert "harbor_110_remote_repair_check_start=1" in text