fix(cd): keep cold-start source recovery on controlled profile
All checks were successful
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) Successful in 4m25s
CD Pipeline / post-deploy-checks (push) Successful in 1m38s
All checks were successful
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) Successful in 4m25s
CD Pipeline / post-deploy-checks (push) Successful in 1m38s
This commit is contained in:
@@ -708,7 +708,10 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
|
||||
"scripts/reboot-recovery/reboot-recovery-readiness-audit.sh)",
|
||||
"scripts/reboot-recovery/188-host-hygiene-maintenance-checklist.sh)",
|
||||
"scripts/reboot-recovery/full-stack-cold-start-check.sh)",
|
||||
"scripts/reboot-recovery/cold-start-textfile-exporter.sh)",
|
||||
"scripts/reboot-recovery/install-cold-start-monitor-110.sh)",
|
||||
"scripts/reboot-recovery/momo-drive-token-source-recovery-preflight.sh)",
|
||||
"scripts/reboot-recovery/momo-source-arrival-gate.py)",
|
||||
"scripts/reboot-recovery/full-stack-recovery-scorecard.sh)",
|
||||
"scripts/reboot-recovery/awoooi-startup-110.sh)",
|
||||
"scripts/reboot-recovery/harbor-watchdog.sh)",
|
||||
@@ -719,6 +722,7 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
|
||||
"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/reboot-recovery/tests/test_momo_source_arrival_gate.py)",
|
||||
"../../scripts/ops/backup-health-textfile-exporter.py",
|
||||
"../../scripts/backup/gitea-repo-bundle-backup.sh",
|
||||
"../../ops/monitoring/alerts-unified.yml",
|
||||
@@ -728,7 +732,10 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
|
||||
"../../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/cold-start-textfile-exporter.sh",
|
||||
"../../scripts/reboot-recovery/install-cold-start-monitor-110.sh",
|
||||
"../../scripts/reboot-recovery/momo-drive-token-source-recovery-preflight.sh",
|
||||
"../../scripts/reboot-recovery/momo-source-arrival-gate.py",
|
||||
"../../scripts/reboot-recovery/full-stack-recovery-scorecard.sh",
|
||||
"../../scripts/reboot-recovery/harbor-watchdog.sh",
|
||||
"../../scripts/reboot-recovery/awoooi-startup-110.sh",
|
||||
@@ -741,6 +748,7 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
|
||||
"../../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/reboot-recovery/tests/test_momo_source_arrival_gate.py",
|
||||
"../../ops/runner/test_check_awoooi_110_controlled_cd_lane_readiness.py",
|
||||
]
|
||||
for source in expected_sources:
|
||||
|
||||
Reference in New Issue
Block a user