Merge pull request #78 from filecoin-project/fix-compositions
fix compositions
This commit is contained in:
commit
6c8abeb067
@ -12,6 +12,15 @@
|
|||||||
[global.build_config]
|
[global.build_config]
|
||||||
enable_go_build_cache = true
|
enable_go_build_cache = true
|
||||||
|
|
||||||
|
[global.run.test_params]
|
||||||
|
clients = "3"
|
||||||
|
miners = "2"
|
||||||
|
genesis_timestamp_offset = "100000"
|
||||||
|
balance = "2000000000"
|
||||||
|
sectors = "10"
|
||||||
|
random_beacon_type = "mock"
|
||||||
|
enable_pubsub_tracer = "true"
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
id = "pubsub-tracer"
|
id = "pubsub-tracer"
|
||||||
[groups.instances]
|
[groups.instances]
|
||||||
@ -29,12 +38,6 @@
|
|||||||
[groups.run]
|
[groups.run]
|
||||||
[groups.run.test_params]
|
[groups.run.test_params]
|
||||||
role = "bootstrapper"
|
role = "bootstrapper"
|
||||||
clients = "3"
|
|
||||||
miners = "2"
|
|
||||||
balance = "2000000000"
|
|
||||||
sectors = "10"
|
|
||||||
random_beacon_type = "mock"
|
|
||||||
enable_pubsub_tracer = "true"
|
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
id = "miners"
|
id = "miners"
|
||||||
@ -44,13 +47,6 @@
|
|||||||
[groups.run]
|
[groups.run]
|
||||||
[groups.run.test_params]
|
[groups.run.test_params]
|
||||||
role = "miner"
|
role = "miner"
|
||||||
clients = "3"
|
|
||||||
miners = "2"
|
|
||||||
balance = "2000000000"
|
|
||||||
sectors = "10"
|
|
||||||
random_beacon_type = "mock"
|
|
||||||
enable_pubsub_tracer = "true"
|
|
||||||
|
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
id = "clients"
|
id = "clients"
|
||||||
@ -60,9 +56,3 @@
|
|||||||
[groups.run]
|
[groups.run]
|
||||||
[groups.run.test_params]
|
[groups.run.test_params]
|
||||||
role = "client"
|
role = "client"
|
||||||
clients = "3"
|
|
||||||
miners = "2"
|
|
||||||
balance = "2000000000"
|
|
||||||
sectors = "10"
|
|
||||||
random_beacon_type = "mock"
|
|
||||||
enable_pubsub_tracer = "true"
|
|
||||||
|
@ -12,6 +12,14 @@
|
|||||||
[global.build_config]
|
[global.build_config]
|
||||||
enable_go_build_cache = true
|
enable_go_build_cache = true
|
||||||
|
|
||||||
|
[global.run.test_params]
|
||||||
|
clients = "3"
|
||||||
|
miners = "2"
|
||||||
|
genesis_timestamp_offset = "100000"
|
||||||
|
balance = "2000000000"
|
||||||
|
sectors = "10"
|
||||||
|
random_beacon_type = "mock"
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
id = "bootstrapper"
|
id = "bootstrapper"
|
||||||
[groups.instances]
|
[groups.instances]
|
||||||
@ -20,11 +28,6 @@
|
|||||||
[groups.run]
|
[groups.run]
|
||||||
[groups.run.test_params]
|
[groups.run.test_params]
|
||||||
role = "bootstrapper"
|
role = "bootstrapper"
|
||||||
clients = "3"
|
|
||||||
miners = "2"
|
|
||||||
balance = "2000000000"
|
|
||||||
sectors = "10"
|
|
||||||
random_beacon_type = "mock"
|
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
id = "miners"
|
id = "miners"
|
||||||
@ -34,12 +37,6 @@
|
|||||||
[groups.run]
|
[groups.run]
|
||||||
[groups.run.test_params]
|
[groups.run.test_params]
|
||||||
role = "miner"
|
role = "miner"
|
||||||
clients = "3"
|
|
||||||
miners = "2"
|
|
||||||
balance = "2000000000"
|
|
||||||
sectors = "10"
|
|
||||||
random_beacon_type = "mock"
|
|
||||||
|
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
id = "clients"
|
id = "clients"
|
||||||
@ -49,9 +46,3 @@
|
|||||||
[groups.run]
|
[groups.run]
|
||||||
[groups.run.test_params]
|
[groups.run.test_params]
|
||||||
role = "client"
|
role = "client"
|
||||||
clients = "3"
|
|
||||||
miners = "2"
|
|
||||||
balance = "2000000000"
|
|
||||||
sectors = "10"
|
|
||||||
random_beacon_type = "mock"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user