update params for ports

This commit is contained in:
Anton Evangelatov 2020-07-01 19:39:17 +02:00
parent 167a30fcb9
commit c7f95280e4
6 changed files with 15 additions and 3 deletions

View File

@ -15,6 +15,9 @@
go_proxy_url="http://localhost:8081"
registry_type="aws"
[global.run_config]
exposed_ports = ["6060", "1234", "2345"]
[global.run.test_params]
clients = "10"
miners = "3"

View File

@ -15,6 +15,9 @@
go_proxy_url="http://localhost:8081"
registry_type="aws"
[global.run_config]
exposed_ports = ["6060", "1234", "2345"]
[global.run.test_params]
clients = "3"
miners = "1"

View File

@ -15,6 +15,9 @@
go_proxy_url="http://localhost:8081"
registry_type="aws"
[global.run_config]
exposed_ports = ["6060", "1234", "2345"]
[global.run.test_params]
clients = "3"
miners = "2"

View File

@ -15,6 +15,9 @@
go_proxy_url="http://localhost:8081"
registry_type="aws"
[global.run_config]
exposed_ports = ["6060", "1234", "2345"]
[global.run.test_params]
clients = "1"
miners = "1"

View File

@ -12,6 +12,9 @@
[global.build_config]
enable_go_build_cache = true
[global.run_config]
exposed_ports = ["6060", "1234", "2345"]
[global.run.test_params]
clients = "3"
miners = "2"

View File

@ -10,9 +10,6 @@ enabled = true
build_base_image = "iptestground/oni-buildbase:v1"
runtime_image = "iptestground/oni-runtime:v1"
[builders."docker:go".dockerfile_extensions]
exposed_ports = ["6060", "1234", "2345"]
[runners."local:docker"]
enabled = true