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

@@ -510,6 +510,10 @@ jobs:
;;
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/dr-escrow-evidence-checklist.py)
;;
scripts/reboot-recovery/post-reboot-owner-response-preflight.py)
@@ -560,6 +564,8 @@ jobs:
;;
scripts/reboot-recovery/tests/test_harbor_watchdog_contract.py)
;;
scripts/reboot-recovery/tests/test_recover_110_control_path_and_harbor_local.py)
;;
scripts/security/gitea-private-inventory-p0-scorecard.py)
;;
scripts/security/gitea-authenticated-inventory-payload-validator.py)
@@ -711,6 +717,8 @@ jobs:
python3.11 -c "import yaml; yaml.safe_load(open('../../ops/monitoring/alerts-unified.yml')); print('alerts-unified YAML OK')"
bash -n \
../../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/install-reboot-auto-recovery-slo-110.sh \
../../scripts/reboot-recovery/reboot-auto-recovery-host-probe.sh \
../../scripts/reboot-recovery/reboot-auto-recovery-slo-exporter.sh \
@@ -772,6 +780,7 @@ jobs:
../../scripts/reboot-recovery/tests/test_post_start_quick_check_contract.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/security/tests/test_gitea_private_inventory_p0_scorecard.py \
../../scripts/security/tests/test_gitea_authenticated_inventory_payload_validator.py \
-v --tb=short -x -p no:cacheprovider \

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: