diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-03-28 09:13:22 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-03-28 09:16:49 -0700 |
commit | 83f100e83ce17959386c800036a06140c40c1577 (patch) | |
tree | 325412fe43d35b0433fbc155e96c74d01886ce07 /tools | |
parent | 5cadf517c7d0578e71e4b9663e5c7858d8557cb5 (diff) |
Add asan to the config
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/stress_test/configs/opt-tsan-asan.json (renamed from tools/run_tests/stress_test/configs/opt-tsan.json) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/run_tests/stress_test/configs/opt-tsan.json b/tools/run_tests/stress_test/configs/opt-tsan-asan.json index 67d0484e7c..6d4f74f816 100644 --- a/tools/run_tests/stress_test/configs/opt-tsan.json +++ b/tools/run_tests/stress_test/configs/opt-tsan-asan.json @@ -113,17 +113,17 @@ "numInstances": 3, "serverPodSpec": "stress-server-tsan" }, - "stress-client-tsan": { - "clientTemplate": "cxx_client_tsan", - "dockerImage": "grpc_stress_cxx_tsan", + "stress-client-asan": { + "clientTemplate": "cxx_client_asan", + "dockerImage": "grpc_stress_cxx_asan", "numInstances": 3, - "serverPodSpec": "stress-server-tsan" + "serverPodSpec": "stress-server-asan" } } }, "globalSettings": { - "buildDockerImages": true, + "buildDockerImages": false, "pollIntervalSecs": 10, "testDurationSecs": 70, "kubernetesProxyPort": 8001, |