fix(runner): stop harbor repair after failed check
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 36s
CD Pipeline / build-and-deploy (push) Failing after 25s
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 1m23s
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 36s
CD Pipeline / build-and-deploy (push) Failing after 25s
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 1m23s
This commit is contained in:
@@ -149,7 +149,11 @@ def test_harbor_110_local_repair_workflow_is_dispatch_only_and_bounded() -> None
|
||||
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
|
||||
assert 'if [ "${check_rc}" -ne 0 ]; then' in text
|
||||
assert "BLOCKED harbor_110_remote_repair_check_unavailable" in text
|
||||
assert "harbor_110_remote_repair_apply_all_start=1" in text
|
||||
assert "harbor_110_remote_repair_apply_all_rc=" in text
|
||||
assert "BLOCKED harbor_110_remote_repair_apply_all_failed" in text
|
||||
assert "GITHUB_EVENT_NAME" in text
|
||||
assert "harbor_110_remote_repair_skipped=already_ready" in text
|
||||
assert "192.168.0.110" in text
|
||||
|
||||
Reference in New Issue
Block a user