fix(cd): keep 110 recovery orchestrator on controlled profile
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 35s
CD Pipeline / build-and-deploy (push) Failing after 2m33s
CD Pipeline / post-deploy-checks (push) Has been skipped
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 0s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-30 21:46:12 +08:00
parent b6566fa8d4
commit c56512e135
2 changed files with 15 additions and 0 deletions

View File

@@ -486,6 +486,8 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
"ops/runner/test_check_awoooi_110_controlled_cd_lane_readiness.py)",
"scripts/backup/gitea-repo-bundle-backup.sh)",
"scripts/ops/backup-health-textfile-exporter.py)",
"scripts/reboot-recovery/deploy-to-110.sh)",
"scripts/reboot-recovery/recover-110-control-path-and-harbor-local.sh)",
"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)",
@@ -498,10 +500,13 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
"scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py)",
"scripts/reboot-recovery/tests/test_reboot_p0_operational_contract.py)",
"scripts/reboot-recovery/tests/test_harbor_watchdog_contract.py)",
"scripts/reboot-recovery/tests/test_recover_110_control_path_and_harbor_local.py)",
"../../scripts/ops/backup-health-textfile-exporter.py",
"../../scripts/backup/gitea-repo-bundle-backup.sh",
"../../ops/monitoring/alerts-unified.yml",
"../../ops/runner/check-awoooi-110-controlled-cd-lane-readiness.sh",
"../../scripts/reboot-recovery/deploy-to-110.sh",
"../../scripts/reboot-recovery/recover-110-control-path-and-harbor-local.sh",
"../../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",
@@ -516,6 +521,7 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
"../../scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py",
"../../scripts/reboot-recovery/tests/test_reboot_p0_operational_contract.py",
"../../scripts/reboot-recovery/tests/test_harbor_watchdog_contract.py",
"../../scripts/reboot-recovery/tests/test_recover_110_control_path_and_harbor_local.py",
"../../ops/runner/test_check_awoooi_110_controlled_cd_lane_readiness.py",
]
for source in expected_sources: