From f92b0690489fc7d9cbf01b1f00d7ef455c600726 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Tue, 5 Dec 2017 16:10:25 +0100 Subject: [PATCH] WebRTC: Add iOS perf trybots (3). TBR=phoglund@webrtc.org No-Try: true Bug: webrtc:7156 Change-Id: Ibeec439a575fabe29caf4d6f7597125cd53a1429 Reviewed-on: https://webrtc-review.googlesource.com/29900 Commit-Queue: Edward Lemur Reviewed-by: Edward Lemur Cr-Commit-Position: refs/heads/master@{#21089} --- .../ios_arm64_perf.json | 28 +++++++++++++++++++ tools_webrtc/ios/tests/perf_trybot_tests.json | 9 ++++++ 2 files changed, 37 insertions(+) create mode 100644 tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_perf.json create mode 100644 tools_webrtc/ios/tests/perf_trybot_tests.json diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_perf.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_perf.json new file mode 100644 index 0000000000..f1c588de22 --- /dev/null +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_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": "Release", + "bucket": "chromium-webrtc", + "tests": [ + { + "include": "perf_trybot_tests.json", + "device type": "iPhone 7", + "os": "11.0.3" + } + ] +} diff --git a/tools_webrtc/ios/tests/perf_trybot_tests.json b/tools_webrtc/ios/tests/perf_trybot_tests.json new file mode 100644 index 0000000000..3b53e94480 --- /dev/null +++ b/tools_webrtc/ios/tests/perf_trybot_tests.json @@ -0,0 +1,9 @@ +{ + "tests": [ + { + "app": "webrtc_perf_tests", + "bot_id": "build16-a7", + "pool": "WebRTC" + } + ] +}