fix(agent): classify ssh publickey offer timeout
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 33s
CD Pipeline / build-and-deploy (push) Failing after 27s
CD Pipeline / post-deploy-checks (push) Has been skipped
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 33s
CD Pipeline / build-and-deploy (push) Failing after 27s
CD Pipeline / post-deploy-checks (push) Has been skipped
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
"harbor_110_remote_control_channel_unavailable",
|
||||
"harbor_110_remote_ssh_reachable",
|
||||
"harbor_110_remote_ssh_publickey_auth_stalled",
|
||||
"harbor_110_remote_ssh_server_accepts_key_then_session_timeout",
|
||||
"harbor_110_remote_ssh_publickey_offer_timeout",
|
||||
"harbor_110_remote_ssh_auth_permission_denied_false",
|
||||
"harbor_110_repair_jobs_payload_stale_or_cross_workflow",
|
||||
"bounded_ssh_timeout_seen",
|
||||
@@ -102,7 +102,7 @@
|
||||
"ssh_auth_classification",
|
||||
"remote_control_channel",
|
||||
"remote_ssh_publickey_auth_stalled",
|
||||
"remote_ssh_server_accepts_key_then_session_timeout",
|
||||
"remote_ssh_publickey_offer_timeout",
|
||||
"remote_ssh_auth_permission_denied",
|
||||
"harbor_110_repair_failure_classifier",
|
||||
"harbor_110_repair_jobs_payload_classifier",
|
||||
@@ -123,6 +123,7 @@
|
||||
"bounded_ssh_timeout_seen": true,
|
||||
"remote_ssh_reachable": true,
|
||||
"remote_ssh_publickey_auth_stalled": true,
|
||||
"remote_ssh_publickey_offer_timeout": true,
|
||||
"remote_ssh_server_accepts_key_then_session_timeout": true,
|
||||
"remote_ssh_auth_permission_denied": false,
|
||||
"harbor_110_repair_failure_classifier": "harbor_110_remote_ssh_publickey_auth_stalled",
|
||||
|
||||
Reference in New Issue
Block a user