fix(awooop): align p0 cockpit fallback blockers
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 1m2s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-03 01:19:35 +08:00
parent 150306acc0
commit 91a67bbb2a

View File

@@ -1264,15 +1264,12 @@ const COMMANDER_INSERTED_REQUIREMENT_FALLBACK: PriorityWorkOrderResponse = {
active_p0_readiness_percent: 47,
active_p0_live_active_blockers: [
"all_required_hosts_not_in_10_minute_reboot_window",
"backup_core_green_not_1",
"conversation_event_hot_path_index_migration_source_missing",
"fresh_all_host_reboot_event_missing",
"host_boot_observation_older_than_target_window",
"host_unreachable_after_reboot",
"host_uptime_unknown",
"post_start_blocked_not_zero",
"reboot_event_required_host_unreachable",
"service_green_not_1",
"wazuh_dashboard_degraded",
"windows99_remote_execution_channel_unavailable",
"windows99_vmware_autostart_readback_missing",
],
next_executable_mainline_workplan_id: "P0-006-REBOOT-AUTO-RECOVERY-SLO-SCORECARD",
@@ -1324,15 +1321,12 @@ const COMMANDER_INSERTED_REQUIREMENT_FALLBACK: PriorityWorkOrderResponse = {
evidence: {
active_blockers: [
"all_required_hosts_not_in_10_minute_reboot_window",
"backup_core_green_not_1",
"conversation_event_hot_path_index_migration_source_missing",
"fresh_all_host_reboot_event_missing",
"host_boot_observation_older_than_target_window",
"host_unreachable_after_reboot",
"host_uptime_unknown",
"post_start_blocked_not_zero",
"reboot_event_required_host_unreachable",
"service_green_not_1",
"wazuh_dashboard_degraded",
"windows99_remote_execution_channel_unavailable",
"windows99_vmware_autostart_readback_missing",
],
live_slo_metric_present: true,
@@ -8891,6 +8885,8 @@ function compactBlockerLabel(value: string | null | undefined) {
const labels: Record<string, string> = {
all_required_hosts_not_in_10_minute_reboot_window: "reboot window",
backup_core_green_not_1: "backup core",
conversation_event_hot_path_index_migration_source_missing: "hot-path index",
fresh_all_host_reboot_event_missing: "fresh reboot event",
host_boot_observation_older_than_target_window: "boot age",
host_unreachable_after_reboot: "host reachability",
host_uptime_unknown: "uptime",