Skip to content
Snippets Groups Projects
Commit e68ec434 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

Fix indentation in config files, set defaults for longer term runs

(opt-tsan-asan.json) and short term test runs (opt.json)
parent 55ddf848
No related branches found
No related tags found
No related merge requests found
......@@ -123,9 +123,9 @@
},
"globalSettings": {
"buildDockerImages": false,
"pollIntervalSecs": 10,
"testDurationSecs": 70,
"buildDockerImages": true,
"pollIntervalSecs": 60,
"testDurationSecs": 7200,
"kubernetesProxyPort": 8001,
"datasetIdNamePrefix": "stress_test_opt_tsan",
"summaryTableId": "summary",
......@@ -133,4 +133,3 @@
"podWarmupSecs": 60
}
}
......@@ -73,9 +73,9 @@
},
"globalSettings": {
"buildDockerImages": false,
"buildDockerImages": true,
"pollIntervalSecs": 10,
"testDurationSecs": 70,
"testDurationSecs": 120,
"kubernetesProxyPort": 8001,
"datasetIdNamePrefix": "stress_test_opt",
"summaryTableId": "summary",
......
......@@ -93,9 +93,8 @@ class ServerTemplate:
class DockerImage:
""" Represents a docker image properties and has methods to build the image and
push it to GKE registry
""" Represents properties of a Docker image. Provides methods to build the
image and push it to GKE registry
"""
def __init__(self, gcp_project_id, image_name, build_script_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment