From 08a9c372df7982abc41d9d0188b5aaafbc033b3f Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Mon, 6 Nov 2017 18:34:09 +0100 Subject: [PATCH] Add configuration for iOS perf bot. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Depends on https://chromium-review.googlesource.com/c/chromium/tools/build/+/753625 No-Try: true Bug: webrtc:7156 Change-Id: I3bf46ad8185a8f0c13bd8d6cd3217b4d6310e30d Reviewed-on: https://webrtc-review.googlesource.com/18480 Commit-Queue: Edward Lemur Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#20568} --- .../internal.client.webrtc/iOS64_Perf.json | 28 +++++++++++++++++++ tools_webrtc/ios/tests/perf_tests.json | 9 ++++++ 2 files changed, 37 insertions(+) create mode 100644 tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json create mode 100644 tools_webrtc/ios/tests/perf_tests.json diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json new file mode 100644 index 0000000000..ca36c06463 --- /dev/null +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json @@ -0,0 +1,28 @@ +{ + "comments": [ + "Tests for 64-bit iOS devices." + ], + "xcode version": "9.0", + "gn_args": [ + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=false", + "target_cpu=\"arm64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "env": { + "MAC_TOOLCHAIN_REVISION": "8E2002-1" + }, + "use_analyze": false, + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "bucket": "chromium-webrtc", + "tests": [ + { + "include": "perf_tests.json", + "device type": "iPhone 7", + "os": "11.0.3" + } + ] +} diff --git a/tools_webrtc/ios/tests/perf_tests.json b/tools_webrtc/ios/tests/perf_tests.json new file mode 100644 index 0000000000..bc6f0b9277 --- /dev/null +++ b/tools_webrtc/ios/tests/perf_tests.json @@ -0,0 +1,9 @@ +{ + "tests": [ + { + "app": "webrtc_perf_tests", + "bot_id": "build15-a7", + "pool": "WebRTC" + } + ] +}