feat(hololake): add gated signed release pipeline

This commit is contained in:
冰朔 2026-08-13 15:10:25 +08:00
commit 4bb8e7459f
8 changed files with 372 additions and 0 deletions

View file

@ -44,6 +44,8 @@ test('release activation remains explicitly human controlled', () => {
assert.equal(foundation.release_candidate_human_confirmation_runtime_implemented, true)
assert.equal(foundation.release_package_signature_size_sha256_verification_implemented, true)
assert.equal(foundation.release_persistent_rollback_executor_implemented, true)
assert.equal(foundation.release_signed_notarized_pipeline_implemented, true)
assert.equal(foundation.release_pipeline_automatic_upload_allowed, false)
assert.equal(
foundation.release_production_activation_state,
'BLOCKED_PENDING_JD_TRUST_SIGNED_PIPELINE_AND_APPLE_NOTARIZATION',