feat(hololake): add gated signed release pipeline
This commit is contained in:
parent
339b562951
commit
4bb8e7459f
8 changed files with 372 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue