use global params in drand compositions

This commit is contained in:
Yusef Napora 2020-06-29 13:26:29 -04:00
parent 04311d6c1a
commit 6c4e83f8a2
2 changed files with 21 additions and 41 deletions

View File

@ -9,6 +9,17 @@
builder = "docker:go"
runner = "local:docker"
[global.build]
selectors = ["testground"]
[global.run.test_params]
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
genesis_timestamp_offset = "0"
[[groups]]
id = "bootstrapper"
[groups.resources]
@ -17,16 +28,10 @@
[groups.instances]
count = 1
percentage = 0.0
[groups.build]
selectors = ["testground"]
[groups.run]
[groups.run.test_params]
role = "bootstrapper"
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
[[groups]]
id = "miners"
@ -36,16 +41,9 @@
[groups.instances]
count = 1
percentage = 0.0
[groups.build]
selectors = ["testground"]
[groups.run]
[groups.run.test_params]
role = "miner"
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
[[groups]]
@ -56,16 +54,9 @@
[groups.instances]
count = 1
percentage = 0.0
[groups.build]
selectors = ["testground"]
[groups.run]
[groups.run.test_params]
role = "client"
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
[[groups]]
@ -73,8 +64,6 @@
[groups.instances]
count = 3
percentage = 0.0
[groups.build]
selectors = ["testground"]
[groups.run]
[groups.run.test_params]
role = "drand"

View File

@ -9,6 +9,14 @@
builder = "docker:go"
runner = "local:docker"
[global.run.test_params]
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
genesis_timestamp_offset = "0"
[[groups]]
id = "bootstrapper"
[groups.resources]
@ -20,11 +28,7 @@
[groups.run]
[groups.run.test_params]
role = "bootstrapper"
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
[[groups]]
id = "miners"
@ -37,12 +41,6 @@
[groups.run]
[groups.run.test_params]
role = "miner"
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
[[groups]]
id = "clients"
@ -55,12 +53,6 @@
[groups.run]
[groups.run.test_params]
role = "client"
clients = "1"
miners = "1"
balance = "2000"
sectors = "10"
random_beacon_type = "local-drand"
[[groups]]
id = "drand"
@ -70,4 +62,3 @@
[groups.run]
[groups.run.test_params]
role = "drand"
drand_period = "1s"