Merge pull request #117 from filecoin-project/consistent-compositions

consistent compositions
This commit is contained in:
Anton Evangelatov 2020-07-08 17:15:21 +02:00 committed by GitHub
commit 6e45d6b68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 75 additions and 46 deletions

View File

@ -12,12 +12,12 @@
[global.build]
selectors = ["testground"]
[global.build_config]
enable_go_build_cache = true
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.build_config]
enable_go_build_cache = true
[global.run.test_params]
clients = "1"
miners = "1"

View File

@ -9,15 +9,18 @@
builder = "docker:go"
runner = "cluster:k8s"
[global.build]
selectors = ["testground"]
[global.run_config]
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_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.run.test_params]
clients = "10"
miners = "3"

View File

@ -9,15 +9,18 @@
builder = "docker:go"
runner = "cluster:k8s"
[global.build]
selectors = ["testground"]
[global.run_config]
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_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.run.test_params]
clients = "3"
miners = "1"

View File

@ -9,15 +9,18 @@
builder = "docker:go"
runner = "cluster:k8s"
[global.build]
selectors = ["testground"]
[global.run_config]
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_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.run.test_params]
clients = "3"
miners = "2"

View File

@ -9,15 +9,18 @@
builder = "docker:go"
runner = "cluster:k8s"
[global.build]
selectors = ["testground"]
[global.run_config]
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_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.run.test_params]
clients = "1"
miners = "1"

View File

@ -9,6 +9,12 @@
builder = "docker:go"
runner = "local:docker"
[global.build]
selectors = ["testground"]
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.build_config]
enable_go_build_cache = true
@ -32,7 +38,6 @@
[groups.run.test_params]
role = "bootstrapper"
[[groups]]
id = "miners"
[groups.resources]

View File

@ -9,6 +9,12 @@
builder = "docker:go"
runner = "local:docker"
[global.build]
selectors = ["testground"]
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.build_config]
enable_go_build_cache = true

View File

@ -9,14 +9,14 @@
builder = "exec:go"
runner = "local:exec"
[global.build_config]
enable_go_build_cache = true
[global.build]
selectors = ["testground"]
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.build]
selectors = ["testground"]
[global.build_config]
enable_go_build_cache = true
[global.run.test_params]
clients = "2"

View File

@ -9,14 +9,14 @@
builder = "docker:go"
runner = "local:docker"
[global.build_config]
enable_go_build_cache = true
[global.build]
selectors = ["testground"]
[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]
clients = "3"

View File

@ -9,14 +9,14 @@
builder = "docker:go"
runner = "local:docker"
[global.build_config]
enable_go_build_cache = true
[global.build]
selectors = ["testground"]
[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]
clients = "3"

View File

@ -9,14 +9,14 @@
builder = "docker:go"
runner = "local:docker"
[global.build_config]
enable_go_build_cache = true
[global.build]
selectors = ["testground"]
[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]
clients = "3"

View File

@ -9,14 +9,14 @@
builder = "docker:go"
runner = "local:docker"
[global.build_config]
enable_go_build_cache = true
[global.build]
selectors = ["testground"]
[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]
clients = "3"

View File

@ -9,6 +9,12 @@
builder = "docker:go"
runner = "local:docker"
[global.build]
selectors = ["testground"]
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.build_config]
enable_go_build_cache = true

View File

@ -9,14 +9,14 @@
builder = "exec:go"
runner = "local:exec"
[global.build_config]
enable_go_build_cache = true
[global.build]
selectors = ["testground"]
[global.run_config]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.build]
selectors = ["testground"]
[global.build_config]
enable_go_build_cache = true
[global.run.test_params]
clients = "3"

View File

@ -9,18 +9,18 @@
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.build_config]
push_registry=true
go_proxy_mode="remote"
go_proxy_url="http://localhost:8081"
registry_type="aws"
[global.run.test_params]
clients = "6"
miners = "2"