PVF: Add Secure Validator Mode (#2486)

Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
Marcin S
2023-12-05 13:32:56 +01:00
committed by GitHub
parent f240e02557
commit c046a9d5ed
31 changed files with 690 additions and 469 deletions
@@ -13,6 +13,11 @@ dave: parachain 2001 block height is at least 10 within 200 seconds
# avg 30s in our infra
alice: run ./0002-download-polkadot-from-pr.sh with "{{POLKADOT_PR_ARTIFACTS_URL}}" within 60 seconds
bob: run ./0002-download-polkadot-from-pr.sh with "{{POLKADOT_PR_ARTIFACTS_URL}}" within 60 seconds
# update the cmd to add the flag '--insecure-validator-i-know-what-i-do'
# once the base image include the version with this flag we can remove this logic.
alice: run ./0002-update-cmd.sh within 60 seconds
bob: run ./0002-update-cmd.sh within 60 seconds
# restart
alice: restart after 5 seconds
bob: restart after 5 seconds