fix(recovery): bound cold-start monitor probes
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 55s
CD Pipeline / build-and-deploy (push) Failing after 4m2s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
Your Name
2026-06-30 09:02:57 +08:00
parent 4cb2de32fe
commit eb137bb4e0
7 changed files with 139 additions and 8 deletions

View File

@@ -321,9 +321,14 @@ def test_reboot_auto_recovery_slo_sources_stay_on_controlled_runtime_profile() -
"scripts/reboot-recovery/reboot-auto-recovery-host-probe.sh)",
"scripts/reboot-recovery/reboot-auto-recovery-slo-exporter.sh)",
"scripts/reboot-recovery/reboot-auto-recovery-slo-scorecard.py)",
"scripts/reboot-recovery/full-stack-cold-start-check.sh)",
"scripts/reboot-recovery/full-stack-recovery-scorecard.sh)",
"scripts/reboot-recovery/verify-cold-start-monitor-deploy.sh)",
"scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py)",
"scripts/reboot-recovery/tests/test_reboot_auto_recovery_slo_installer.py)",
"scripts/reboot-recovery/tests/test_reboot_auto_recovery_slo_scorecard.py)",
"../../scripts/reboot-recovery/reboot-auto-recovery-slo-scorecard.py",
"../../scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py",
"../../scripts/reboot-recovery/tests/test_reboot_auto_recovery_slo_installer.py",
"../../scripts/reboot-recovery/tests/test_reboot_auto_recovery_slo_scorecard.py",
]
@@ -336,12 +341,20 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
expected_sources = [
"scripts/reboot-recovery/post-start-quick-check.sh)",
"scripts/reboot-recovery/188-host-hygiene-maintenance-checklist.sh)",
"scripts/reboot-recovery/full-stack-cold-start-check.sh)",
"scripts/reboot-recovery/full-stack-recovery-scorecard.sh)",
"scripts/reboot-recovery/verify-cold-start-monitor-deploy.sh)",
"scripts/reboot-recovery/tests/test_188_host_hygiene_checklist.py)",
"scripts/reboot-recovery/tests/test_post_start_quick_check_contract.py)",
"scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py)",
"../../scripts/reboot-recovery/post-start-quick-check.sh",
"../../scripts/reboot-recovery/188-host-hygiene-maintenance-checklist.sh",
"../../scripts/reboot-recovery/full-stack-cold-start-check.sh",
"../../scripts/reboot-recovery/full-stack-recovery-scorecard.sh",
"../../scripts/reboot-recovery/verify-cold-start-monitor-deploy.sh",
"../../scripts/reboot-recovery/tests/test_188_host_hygiene_checklist.py",
"../../scripts/reboot-recovery/tests/test_post_start_quick_check_contract.py",
"../../scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py",
]
for source in expected_sources:
assert source in text