lotus/testplans/lotus-soup/_compositions/baseline-k8s-10-3.toml

81 lines
1.6 KiB
TOML
Raw Normal View History

2020-06-26 16:18:44 +00:00
[metadata]
name = "lotus-soup"
author = ""
[global]
plan = "lotus-soup"
case = "deals-e2e"
2020-06-26 16:18:44 +00:00
total_instances = 14
builder = "docker:go"
runner = "cluster:k8s"
2020-07-08 12:50:07 +00:00
[global.build]
selectors = ["testground"]
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
2020-06-26 16:18:44 +00:00
[global.build_config]
push_registry=true
go_proxy_mode="remote"
go_proxy_url="http://localhost:8081"
registry_type="aws"
[global.run.test_params]
clients = "10"
miners = "3"
genesis_timestamp_offset = "0"
balance = "20000000" # These balances will work for maximum 100 nodes, as TotalFilecoin is 2B
random_beacon_type = "mock"
mining_mode = "natural"
2020-06-26 16:18:44 +00:00
[[groups]]
id = "bootstrapper"
[groups.resources]
memory = "512Mi"
cpu = "1000m"
[groups.instances]
count = 1
percentage = 0.0
[groups.run]
[groups.run.test_params]
role = "bootstrapper"
[[groups]]
2020-06-29 16:48:10 +00:00
id = "miners-weak"
2020-06-26 16:18:44 +00:00
[groups.resources]
memory = "8192Mi"
cpu = "1000m"
[groups.instances]
2020-06-29 16:48:10 +00:00
count = 2
2020-06-26 16:18:44 +00:00
percentage = 0.0
[groups.run]
[groups.run.test_params]
role = "miner"
2020-06-29 16:48:10 +00:00
sectors = "8"
[[groups]]
id = "miners-strong"
[groups.resources]
memory = "8192Mi"
cpu = "1000m"
[groups.instances]
count = 1
percentage = 0.0
[groups.run]
[groups.run.test_params]
role = "miner"
sectors = "24"
2020-06-26 16:18:44 +00:00
[[groups]]
id = "clients"
[groups.resources]
memory = "1024Mi"
cpu = "1000m"
[groups.instances]
count = 10
percentage = 0.0
[groups.run]
[groups.run.test_params]
role = "client"