fix(cd): keep windows99 console verifier controlled
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 59s
CD Pipeline / build-and-deploy (push) Successful in 4m17s
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 1s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Failing after 51s
CD Pipeline / post-deploy-checks (push) Successful in 1m46s

This commit is contained in:
Your Name
2026-07-03 04:14:18 +08:00
parent aeb436ba89
commit 8e9b7fa101
5 changed files with 31 additions and 2 deletions

View File

@@ -855,6 +855,7 @@ def test_reboot_auto_recovery_slo_sources_stay_on_controlled_runtime_profile() -
"scripts/reboot-recovery/reboot-auto-recovery-slo-exporter.sh)",
"scripts/reboot-recovery/reboot-auto-recovery-slo-scorecard.py)",
"scripts/reboot-recovery/collect-windows99-vmware-verify.sh)",
"scripts/reboot-recovery/validate-windows99-console-verify-artifact.py)",
"scripts/reboot-recovery/windows99-vmware-autostart.ps1)",
"scripts/reboot-recovery/windows99-management-channel-probe.py)",
"scripts/reboot-recovery/full-stack-cold-start-check.sh)",
@@ -868,14 +869,17 @@ def test_reboot_auto_recovery_slo_sources_stay_on_controlled_runtime_profile() -
"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/tests/test_windows99_vmware_verify_collector.py)",
"scripts/reboot-recovery/tests/test_windows99_console_verify_artifact_validator.py)",
"scripts/reboot-recovery/tests/test_harbor_watchdog_contract.py)",
"../../scripts/reboot-recovery/reboot-auto-recovery-slo-scorecard.py",
"../../scripts/reboot-recovery/collect-windows99-vmware-verify.sh",
"../../scripts/reboot-recovery/validate-windows99-console-verify-artifact.py",
"../../scripts/reboot-recovery/windows99-management-channel-probe.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",
"../../scripts/reboot-recovery/tests/test_windows99_vmware_verify_collector.py",
"../../scripts/reboot-recovery/tests/test_windows99_console_verify_artifact_validator.py",
]
for source in expected_sources:
assert source in text