Merge pull request #117 from filecoin-project/consistent-compositions
consistent compositions
This commit is contained in:
commit
6e45d6b68d
@ -12,12 +12,12 @@
|
|||||||
[global.build]
|
[global.build]
|
||||||
selectors = ["testground"]
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.build_config]
|
|
||||||
enable_go_build_cache = true
|
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
|
@ -9,15 +9,18 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "cluster:k8s"
|
runner = "cluster:k8s"
|
||||||
|
|
||||||
|
[global.build]
|
||||||
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build_config]
|
[global.build_config]
|
||||||
push_registry=true
|
push_registry=true
|
||||||
go_proxy_mode="remote"
|
go_proxy_mode="remote"
|
||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
[global.run_config]
|
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "10"
|
clients = "10"
|
||||||
miners = "3"
|
miners = "3"
|
||||||
|
@ -9,15 +9,18 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "cluster:k8s"
|
runner = "cluster:k8s"
|
||||||
|
|
||||||
|
[global.build]
|
||||||
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build_config]
|
[global.build_config]
|
||||||
push_registry=true
|
push_registry=true
|
||||||
go_proxy_mode="remote"
|
go_proxy_mode="remote"
|
||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
[global.run_config]
|
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
|
@ -9,15 +9,18 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "cluster:k8s"
|
runner = "cluster:k8s"
|
||||||
|
|
||||||
|
[global.build]
|
||||||
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build_config]
|
[global.build_config]
|
||||||
push_registry=true
|
push_registry=true
|
||||||
go_proxy_mode="remote"
|
go_proxy_mode="remote"
|
||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
[global.run_config]
|
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
miners = "2"
|
miners = "2"
|
||||||
|
@ -9,15 +9,18 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "cluster:k8s"
|
runner = "cluster:k8s"
|
||||||
|
|
||||||
|
[global.build]
|
||||||
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build_config]
|
[global.build_config]
|
||||||
push_registry=true
|
push_registry=true
|
||||||
go_proxy_mode="remote"
|
go_proxy_mode="remote"
|
||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
[global.run_config]
|
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
|
[global.build]
|
||||||
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build_config]
|
[global.build_config]
|
||||||
enable_go_build_cache = true
|
enable_go_build_cache = true
|
||||||
|
|
||||||
@ -32,7 +38,6 @@
|
|||||||
[groups.run.test_params]
|
[groups.run.test_params]
|
||||||
role = "bootstrapper"
|
role = "bootstrapper"
|
||||||
|
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
id = "miners"
|
id = "miners"
|
||||||
[groups.resources]
|
[groups.resources]
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
|
[global.build]
|
||||||
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build_config]
|
[global.build_config]
|
||||||
enable_go_build_cache = true
|
enable_go_build_cache = true
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
builder = "exec:go"
|
builder = "exec:go"
|
||||||
runner = "local:exec"
|
runner = "local:exec"
|
||||||
|
|
||||||
[global.build_config]
|
[global.build]
|
||||||
enable_go_build_cache = true
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build]
|
[global.build_config]
|
||||||
selectors = ["testground"]
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "2"
|
clients = "2"
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
[global.build_config]
|
|
||||||
enable_go_build_cache = true
|
|
||||||
|
|
||||||
[global.build]
|
[global.build]
|
||||||
selectors = ["testground"]
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = ["6060", "1234", "2345"]
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
[global.build_config]
|
|
||||||
enable_go_build_cache = true
|
|
||||||
|
|
||||||
[global.build]
|
[global.build]
|
||||||
selectors = ["testground"]
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = ["6060", "1234", "2345"]
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
[global.build_config]
|
|
||||||
enable_go_build_cache = true
|
|
||||||
|
|
||||||
[global.build]
|
[global.build]
|
||||||
selectors = ["testground"]
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = ["6060", "1234", "2345"]
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
[global.build_config]
|
|
||||||
enable_go_build_cache = true
|
|
||||||
|
|
||||||
[global.build]
|
[global.build]
|
||||||
selectors = ["testground"]
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = ["6060", "1234", "2345"]
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
|
[global.build]
|
||||||
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build_config]
|
[global.build_config]
|
||||||
enable_go_build_cache = true
|
enable_go_build_cache = true
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
builder = "exec:go"
|
builder = "exec:go"
|
||||||
runner = "local:exec"
|
runner = "local:exec"
|
||||||
|
|
||||||
[global.build_config]
|
[global.build]
|
||||||
enable_go_build_cache = true
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
[global.build]
|
[global.build_config]
|
||||||
selectors = ["testground"]
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
|
@ -9,18 +9,18 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "cluster:k8s"
|
runner = "cluster:k8s"
|
||||||
|
|
||||||
[global.build_config]
|
|
||||||
push_registry=true
|
|
||||||
go_proxy_mode="remote"
|
|
||||||
go_proxy_url="http://localhost:8081"
|
|
||||||
registry_type="aws"
|
|
||||||
|
|
||||||
[global.build]
|
[global.build]
|
||||||
selectors = ["testground"]
|
selectors = ["testground"]
|
||||||
|
|
||||||
[global.run_config]
|
[global.run_config]
|
||||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
push_registry=true
|
||||||
|
go_proxy_mode="remote"
|
||||||
|
go_proxy_url="http://localhost:8081"
|
||||||
|
registry_type="aws"
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "6"
|
clients = "6"
|
||||||
miners = "2"
|
miners = "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user