fix(reboot): expose ai triage source controls
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 1m3s
CD Pipeline / build-and-deploy (push) Successful in 4m56s
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
ogt
2026-07-09 16:46:40 +08:00
parent 7f5d7bc478
commit fd46172344
2 changed files with 19 additions and 0 deletions

View File

@@ -1454,6 +1454,18 @@ def _assert_reboot_slo_payload(payload: dict):
assert payload["source_controls"][
"host_110_startup_controlled_drain_guarded_autostart_source_present"
] is True
assert payload["source_controls"][
"ai_log_triage_auto_recovery_source_present"
] is True
assert payload["source_controls"][
"slo_exporter_runs_ai_log_triage_source_present"
] is True
assert payload["source_controls"][
"slo_systemd_service_ai_log_triage_apply_source_present"
] is True
assert payload["source_controls"][
"full_host_reboot_orchestrator_source_present"
] is True
assert payload["source_controls"][
"windows99_management_channel_probe_source_present"
] is True

View File

@@ -479,10 +479,17 @@
"post_reboot_summary_source_present": true,
"public_maintenance_fallback_source_present": true,
"reboot_event_detector_source_present": true,
"ai_log_triage_auto_recovery_source_present": true,
"slo_exporter_runs_ai_log_triage_source_present": true,
"slo_exporter_source_present": true,
"slo_installer_source_present": true,
"slo_systemd_service_ai_log_triage_apply_source_present": true,
"slo_systemd_service_source_present": true,
"slo_systemd_timer_source_present": true,
"full_host_reboot_orchestrator_source_present": true,
"full_host_reboot_orchestrator_systemd_source_present": true,
"full_host_reboot_orchestrator_timer_source_present": true,
"full_host_reboot_orchestrator_installer_source_present": true,
"telegram_reboot_backup_alert_rules_source_present": true,
"windows99_management_channel_probe_source_present": true,
"windows_99_vmware_autostart_source_present": true