fix(cd): keep 110 lane readiness checks 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 / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
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 / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -479,6 +479,9 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
|
||||
"docs/runbooks/REBOOT-POST-START-QUICK-CHECK.md)",
|
||||
"docs/workplans/2026-06-04-reboot-cold-start-backup-recovery-workplan.md)",
|
||||
"ops/monitoring/alerts-unified.yml)",
|
||||
"ops/runner/awoooi-cd-lane-drain.service)",
|
||||
"ops/runner/check-awoooi-110-controlled-cd-lane-readiness.sh)",
|
||||
"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/post-start-quick-check.sh)",
|
||||
@@ -496,6 +499,7 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
|
||||
"../../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/post-start-quick-check.sh",
|
||||
"../../scripts/reboot-recovery/188-host-hygiene-maintenance-checklist.sh",
|
||||
"../../scripts/reboot-recovery/full-stack-cold-start-check.sh",
|
||||
@@ -510,6 +514,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",
|
||||
"../../ops/runner/test_check_awoooi_110_controlled_cd_lane_readiness.py",
|
||||
]
|
||||
for source in expected_sources:
|
||||
assert source in text
|
||||
|
||||
Reference in New Issue
Block a user