From 1db508352c219077af917d426c889da1b32b077c Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Tue, 9 Jan 2018 17:23:11 +0100 Subject: [PATCH] iOS: Specify device to run perf tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It expects 'bot id', not 'bot_id'. As it is now, this is just ignored. TBR=phoglund@webrtc.org No-Try: true Bug: webrtc:7156 Change-Id: I58443df82655bef5a88a416e4fa5e080ddb93772 Reviewed-on: https://webrtc-review.googlesource.com/38420 Reviewed-by: Patrik Höglund Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#21579} --- tools_webrtc/ios/tests/perf_tests.json | 2 +- tools_webrtc/ios/tests/perf_trybot_tests.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools_webrtc/ios/tests/perf_tests.json b/tools_webrtc/ios/tests/perf_tests.json index b871173c96..a249b98445 100644 --- a/tools_webrtc/ios/tests/perf_tests.json +++ b/tools_webrtc/ios/tests/perf_tests.json @@ -5,7 +5,7 @@ "test args": [ "--save_chartjson_result" ], - "bot_id": "build15-a7", + "bot id": "build15-a7", "pool": "WebRTC" } ] diff --git a/tools_webrtc/ios/tests/perf_trybot_tests.json b/tools_webrtc/ios/tests/perf_trybot_tests.json index 69efd546f2..02a792ad2a 100644 --- a/tools_webrtc/ios/tests/perf_trybot_tests.json +++ b/tools_webrtc/ios/tests/perf_trybot_tests.json @@ -5,7 +5,7 @@ "test args": [ "--save_chartjson_result" ], - "bot_id": "build16-a7", + "bot id": "build16-a7", "pool": "WebRTC" } ]