Merge pull request #880 from maticnetwork/raneet10/update-ci

ci: update CI config yaml
This commit is contained in:
Raneet Debnath 2023-05-31 19:46:48 +05:30 committed by GitHub
commit c404b3f6b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,12 @@ blockNumber:
- '0' - '0'
blockTime: blockTime:
- '2' - '2'
numOfValidators: 3 numOfBorValidators: 3
numOfNonValidators: 0 numOfBorSentries: 0
numOfBorArchiveNodes: 0
numOfErigonValidators: 0
numOfErigonSentries: 0
numOfErigonArchiveNodes: 0
ethURL: http://ganache:9545 ethURL: http://ganache:9545
ethHostUser: ubuntu ethHostUser: ubuntu
devnetType: docker devnetType: docker
@ -19,4 +23,3 @@ borDockerBuildContext: "../../bor"
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop" heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
sprintSizeBlockNumber: sprintSizeBlockNumber:
- '0' - '0'
numOfArchiveNodes: 0