remove composition
This commit is contained in:
parent
20b4375f25
commit
9027161453
@ -1,81 +0,0 @@
|
|||||||
[metadata]
|
|
||||||
name = "lotus-soup"
|
|
||||||
author = ""
|
|
||||||
|
|
||||||
[global]
|
|
||||||
plan = "lotus-soup"
|
|
||||||
case = "deals-e2e"
|
|
||||||
total_instances = 9
|
|
||||||
builder = "docker:go"
|
|
||||||
runner = "cluster:k8s"
|
|
||||||
|
|
||||||
[global.build]
|
|
||||||
selectors = ["testground"]
|
|
||||||
|
|
||||||
[global.build_config]
|
|
||||||
push_registry=true
|
|
||||||
go_proxy_mode="remote"
|
|
||||||
go_proxy_url="http://localhost:8081"
|
|
||||||
registry_type="aws"
|
|
||||||
|
|
||||||
[global.run_config]
|
|
||||||
exposed_ports = ["6060", "1234", "2345"]
|
|
||||||
|
|
||||||
[global.run.test_params]
|
|
||||||
clients = "3"
|
|
||||||
miners = "5"
|
|
||||||
genesis_timestamp_offset = "0"
|
|
||||||
balance = "2000000000"
|
|
||||||
random_beacon_type = "mock"
|
|
||||||
|
|
||||||
[[groups]]
|
|
||||||
id = "bootstrapper"
|
|
||||||
[groups.resources]
|
|
||||||
memory = "1024Mi"
|
|
||||||
cpu = "1000m"
|
|
||||||
[groups.instances]
|
|
||||||
count = 1
|
|
||||||
percentage = 0.0
|
|
||||||
[groups.run]
|
|
||||||
[groups.run.test_params]
|
|
||||||
role = "bootstrapper"
|
|
||||||
|
|
||||||
[[groups]]
|
|
||||||
id = "miners-big"
|
|
||||||
[groups.resources]
|
|
||||||
memory = "3096Mi"
|
|
||||||
cpu = "1000m"
|
|
||||||
[groups.instances]
|
|
||||||
count = 2
|
|
||||||
percentage = 0.0
|
|
||||||
[groups.run]
|
|
||||||
[groups.run.test_params]
|
|
||||||
role = "miner"
|
|
||||||
mining_mode = "natural"
|
|
||||||
sectors = "8"
|
|
||||||
|
|
||||||
[[groups]]
|
|
||||||
id = "miners-small"
|
|
||||||
[groups.resources]
|
|
||||||
memory = "3096Mi"
|
|
||||||
cpu = "1000m"
|
|
||||||
[groups.instances]
|
|
||||||
count = 3
|
|
||||||
percentage = 0.0
|
|
||||||
[groups.run]
|
|
||||||
[groups.run.test_params]
|
|
||||||
role = "miner"
|
|
||||||
mining_mode = "natural"
|
|
||||||
sectors = "6"
|
|
||||||
|
|
||||||
[[groups]]
|
|
||||||
id = "clients"
|
|
||||||
[groups.resources]
|
|
||||||
memory = "1024Mi"
|
|
||||||
cpu = "1000m"
|
|
||||||
[groups.instances]
|
|
||||||
count = 3
|
|
||||||
percentage = 0.0
|
|
||||||
[groups.run]
|
|
||||||
[groups.run.test_params]
|
|
||||||
role = "client"
|
|
Loading…
Reference in New Issue
Block a user