update params for ports
This commit is contained in:
parent
167a30fcb9
commit
c7f95280e4
@ -15,6 +15,9 @@
|
|||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = ["6060", "1234", "2345"]
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "10"
|
clients = "10"
|
||||||
miners = "3"
|
miners = "3"
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = ["6060", "1234", "2345"]
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = ["6060", "1234", "2345"]
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
miners = "2"
|
miners = "2"
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
go_proxy_url="http://localhost:8081"
|
go_proxy_url="http://localhost:8081"
|
||||||
registry_type="aws"
|
registry_type="aws"
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = ["6060", "1234", "2345"]
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
[global.build_config]
|
[global.build_config]
|
||||||
enable_go_build_cache = true
|
enable_go_build_cache = true
|
||||||
|
|
||||||
|
[global.run_config]
|
||||||
|
exposed_ports = ["6060", "1234", "2345"]
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "3"
|
clients = "3"
|
||||||
miners = "2"
|
miners = "2"
|
||||||
|
@ -10,9 +10,6 @@ enabled = true
|
|||||||
build_base_image = "iptestground/oni-buildbase:v1"
|
build_base_image = "iptestground/oni-buildbase:v1"
|
||||||
runtime_image = "iptestground/oni-runtime:v1"
|
runtime_image = "iptestground/oni-runtime:v1"
|
||||||
|
|
||||||
[builders."docker:go".dockerfile_extensions]
|
|
||||||
exposed_ports = ["6060", "1234", "2345"]
|
|
||||||
|
|
||||||
[runners."local:docker"]
|
[runners."local:docker"]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user