mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Merge pull request #880 from maticnetwork/raneet10/update-ci
ci: update CI config yaml
This commit is contained in:
commit
c404b3f6b9
1 changed files with 6 additions and 3 deletions
9
.github/matic-cli-config.yml
vendored
9
.github/matic-cli-config.yml
vendored
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue