feat(api): validate harbor registry recovery receipts
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 4s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 40s
CD Pipeline / build-and-deploy (push) Failing after 2m40s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
Your Name
2026-06-30 20:11:17 +08:00
parent 74c54a65f0
commit aac2d95847
7 changed files with 554 additions and 0 deletions

View File

@@ -372,19 +372,23 @@ def test_reboot_auto_recovery_slo_sources_stay_on_controlled_runtime_profile() -
"apps/api/src/services/stockplatform_public_api_runtime_readback.py)",
"apps/api/src/services/stockplatform_public_api_controlled_recovery_preflight.py)",
"apps/api/src/services/harbor_registry_controlled_recovery_preflight.py)",
"apps/api/src/services/harbor_registry_controlled_recovery_receipt.py)",
"apps/api/tests/test_reboot_auto_recovery_slo_scorecard_api.py)",
"apps/api/tests/test_stockplatform_public_api_runtime_readback.py)",
"apps/api/tests/test_stockplatform_public_api_controlled_recovery_preflight.py)",
"apps/api/tests/test_harbor_registry_controlled_recovery_preflight.py)",
"apps/api/tests/test_harbor_registry_controlled_recovery_receipt.py)",
"src/services/reboot_auto_recovery_slo_scorecard.py",
"src/services/reboot_auto_recovery_drill_preflight.py",
"src/services/stockplatform_public_api_runtime_readback.py",
"src/services/stockplatform_public_api_controlled_recovery_preflight.py",
"src/services/harbor_registry_controlled_recovery_preflight.py",
"src/services/harbor_registry_controlled_recovery_receipt.py",
"tests/test_reboot_auto_recovery_slo_scorecard_api.py",
"tests/test_stockplatform_public_api_runtime_readback.py",
"tests/test_stockplatform_public_api_controlled_recovery_preflight.py",
"tests/test_harbor_registry_controlled_recovery_preflight.py",
"tests/test_harbor_registry_controlled_recovery_receipt.py",
"scripts/reboot-recovery/awoooi-reboot-auto-recovery-slo.service)",
"scripts/reboot-recovery/awoooi-reboot-auto-recovery-slo.timer)",
"scripts/reboot-recovery/install-reboot-auto-recovery-slo-110.sh)",