lotus/testplans/lotus-soup/_compositions/deals-stress-concurrent-natural-k8s.toml

70 lines
1.4 KiB
TOML
Raw Normal View History

2020-07-06 15:49:42 +00:00
[metadata]
name = "lotus-soup"
author = ""
[global]
plan = "lotus-soup"
case = "deals-stress"
2020-10-11 10:38:59 +00:00
total_instances = 6
2020-07-06 15:49:42 +00:00
builder = "docker:go"
runner = "cluster:k8s"
[global.build]
selectors = ["testground"]
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
2020-07-08 12:50:07 +00:00
[global.build_config]
push_registry=true
go_proxy_mode="remote"
go_proxy_url="http://localhost:8081"
registry_type="aws"
2020-07-06 15:49:42 +00:00
[global.run.test_params]
2020-10-11 10:38:59 +00:00
clients = "3"
2020-07-06 15:49:42 +00:00
miners = "2"
genesis_timestamp_offset = "0"
2020-10-11 10:38:59 +00:00
balance = "90000000" # These balances will work for maximum 100 nodes, as TotalFilecoin is 2B
sectors = "10"
2020-07-06 15:49:42 +00:00
random_beacon_type = "mock"
2020-10-11 10:38:59 +00:00
mining_mode = "natural"
2020-07-06 15:49:42 +00:00
[[groups]]
id = "bootstrapper"
[groups.resources]
2020-10-11 10:38:59 +00:00
memory = "512Mi"
cpu = "100m"
2020-07-06 15:49:42 +00:00
[groups.instances]
count = 1
percentage = 0.0
[groups.run]
[groups.run.test_params]
role = "bootstrapper"
[[groups]]
id = "miners"
[groups.resources]
memory = "14000Mi"
2020-07-06 15:49:42 +00:00
cpu = "1000m"
[groups.instances]
count = 2
percentage = 0.0
[groups.run]
[groups.run.test_params]
role = "miner"
[[groups]]
id = "clients"
[groups.resources]
memory = "2048Mi"
cpu = "100m"
2020-07-06 15:49:42 +00:00
[groups.instances]
2020-10-11 10:38:59 +00:00
count = 3
2020-07-06 15:49:42 +00:00
percentage = 0.0
[groups.run]
[groups.run.test_params]
role = "client"
2020-10-11 10:38:59 +00:00
deals = "3"
2020-07-06 15:49:42 +00:00
deal_mode = "concurrent"