fix(cd): keep reboot cleanup on controlled profile [metadata-only]
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 37s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
Your Name
2026-07-02 00:23:40 +08:00
parent 97899ff5ad
commit f431385937
2 changed files with 17 additions and 0 deletions

View File

@@ -534,6 +534,10 @@ jobs:
;;
docs/operations/host-cpu-pressure-drain-readback-2026-07-01.snapshot.json)
;;
docs/operations/post-reboot-runtime-recovery-readback-2026-07-01.snapshot.json)
;;
ops/runner/full-stack-cold-start-baseline.yml)
;;
ops/monitoring/alerts-unified.yml)
;;
ops/monitoring/alerts.yml)
@@ -558,8 +562,12 @@ jobs:
;;
scripts/ops/backup-health-textfile-exporter.py)
;;
scripts/ops/docker-disk-pressure-retention-cleanup.py)
;;
scripts/ops/tests/test_backup_health_textfile_exporter.py)
;;
scripts/ops/tests/test_docker_disk_pressure_retention_cleanup.py)
;;
scripts/ops/tests/test_host_pressure_alert_contract.py)
;;
scripts/reboot-recovery/deploy-to-110.sh)
@@ -793,10 +801,12 @@ jobs:
../../scripts/reboot-recovery/reboot-auto-recovery-slo-scorecard.py \
../../scripts/ops/backup-alert-label-contract-check.py \
../../scripts/ops/backup-health-textfile-exporter.py \
../../scripts/ops/docker-disk-pressure-retention-cleanup.py \
../../scripts/security/gitea-private-inventory-p0-scorecard.py \
../../scripts/security/gitea-authenticated-inventory-payload-validator.py
python3.11 -c "import yaml; yaml.safe_load(open('../../ops/monitoring/alerts-unified.yml')); print('alerts-unified YAML OK')"
python3.11 -c "import yaml; yaml.safe_load(open('../../ops/monitoring/alerts.yml')); print('alerts YAML OK')"
python3.11 -c "import yaml; yaml.safe_load(open('../../ops/runner/full-stack-cold-start-baseline.yml')); print('full-stack-cold-start-baseline YAML OK')"
bash -n \
../../ops/runner/check-awoooi-110-controlled-cd-lane-readiness.sh \
../../ops/runner/check-awoooi-non110-runner-readiness.sh \
@@ -872,6 +882,7 @@ jobs:
../../ops/runner/test_verify_awoooi_non110_cd_closure.py \
../../scripts/backup/tests/test_backup_status_contract.py \
../../scripts/ops/tests/test_backup_health_textfile_exporter.py \
../../scripts/ops/tests/test_docker_disk_pressure_retention_cleanup.py \
../../scripts/ops/tests/test_host_pressure_alert_contract.py \
../../scripts/reboot-recovery/tests/test_dr_escrow_evidence_checklist.py \
../../scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py \

View File

@@ -704,14 +704,17 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
"docs/runbooks/REBOOT-POST-START-QUICK-CHECK.md)",
"docs/runbooks/FULL-STACK-COLD-START-SOP.md)",
"docs/operations/host-cpu-pressure-drain-readback-2026-07-01.snapshot.json)",
"docs/operations/post-reboot-runtime-recovery-readback-2026-07-01.snapshot.json)",
"docs/workplans/2026-06-04-reboot-cold-start-backup-recovery-workplan.md)",
"ops/monitoring/alerts-unified.yml)",
"ops/monitoring/alerts.yml)",
"ops/runner/full-stack-cold-start-baseline.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/ops/docker-disk-pressure-retention-cleanup.py)",
"scripts/reboot-recovery/deploy-to-110.sh)",
"scripts/reboot-recovery/recover-110-control-path-and-harbor-local.sh)",
"scripts/reboot-recovery/apply-credential-escrow-closeout-receipt-to-110.sh)",
@@ -736,9 +739,11 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
"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/ops/docker-disk-pressure-retention-cleanup.py",
"../../scripts/backup/gitea-repo-bundle-backup.sh",
"../../ops/monitoring/alerts-unified.yml",
"../../ops/monitoring/alerts.yml",
"../../ops/runner/full-stack-cold-start-baseline.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",
@@ -758,6 +763,7 @@ def test_post_start_recovery_verifiers_stay_on_controlled_runtime_profile() -> N
"../../scripts/reboot-recovery/repair-110-ssh-publickey-auth-local.sh",
"../../scripts/reboot-recovery/verify-cold-start-monitor-deploy.sh",
"../../scripts/reboot-recovery/tests/test_188_host_hygiene_checklist.py",
"../../scripts/ops/tests/test_docker_disk_pressure_retention_cleanup.py",
"../../scripts/reboot-recovery/tests/test_post_start_quick_check_contract.py",
"../../scripts/reboot-recovery/tests/test_cold_start_monitor_bounded_probes.py",
"../../scripts/reboot-recovery/tests/test_reboot_p0_operational_contract.py",