2020-07-06 15:49:42 +00:00
|
|
|
[metadata]
|
|
|
|
name = "lotus-soup"
|
|
|
|
author = ""
|
|
|
|
|
|
|
|
[global]
|
|
|
|
plan = "lotus-soup"
|
|
|
|
case = "deals-stress-test"
|
2020-07-06 16:24:11 +00:00
|
|
|
total_instances = 9
|
2020-07-06 15:49:42 +00:00
|
|
|
builder = "docker:go"
|
|
|
|
runner = "cluster:k8s"
|
|
|
|
|
|
|
|
[global.build_config]
|
|
|
|
push_registry=true
|
|
|
|
go_proxy_mode="remote"
|
|
|
|
go_proxy_url="http://localhost:8081"
|
|
|
|
registry_type="aws"
|
|
|
|
|
|
|
|
[global.build]
|
|
|
|
selectors = ["testground"]
|
|
|
|
|
|
|
|
[global.run_config]
|
|
|
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
|
|
|
|
|
|
|
[global.run.test_params]
|
2020-07-06 16:24:11 +00:00
|
|
|
clients = "6"
|
2020-07-06 15:49:42 +00:00
|
|
|
miners = "2"
|
|
|
|
genesis_timestamp_offset = "0"
|
|
|
|
balance = "200000"
|
|
|
|
sectors = "100"
|
|
|
|
random_beacon_type = "mock"
|
|
|
|
|
|
|
|
[[groups]]
|
|
|
|
id = "bootstrapper"
|
|
|
|
[groups.resources]
|
|
|
|
memory = "4096Mi"
|
|
|
|
cpu = "1000m"
|
|
|
|
[groups.instances]
|
|
|
|
count = 1
|
|
|
|
percentage = 0.0
|
|
|
|
[groups.run]
|
|
|
|
[groups.run.test_params]
|
|
|
|
role = "bootstrapper"
|
|
|
|
|
|
|
|
[[groups]]
|
|
|
|
id = "miners"
|
|
|
|
[groups.resources]
|
|
|
|
memory = "12000Mi"
|
|
|
|
cpu = "1000m"
|
|
|
|
[groups.instances]
|
|
|
|
count = 2
|
|
|
|
percentage = 0.0
|
|
|
|
[groups.run]
|
|
|
|
[groups.run.test_params]
|
|
|
|
role = "miner"
|
|
|
|
mining_mode = "natural"
|
|
|
|
|
|
|
|
[[groups]]
|
|
|
|
id = "clients"
|
|
|
|
[groups.resources]
|
|
|
|
memory = "4096Mi"
|
|
|
|
cpu = "1000m"
|
|
|
|
[groups.instances]
|
2020-07-06 16:24:11 +00:00
|
|
|
count = 6
|
2020-07-06 15:49:42 +00:00
|
|
|
percentage = 0.0
|
|
|
|
[groups.run]
|
|
|
|
[groups.run.test_params]
|
|
|
|
role = "client"
|
2020-07-06 16:24:11 +00:00
|
|
|
deals = "20"
|
2020-07-06 15:49:42 +00:00
|
|
|
deal_mode = "concurrent"
|