From 15586d29f69d7911e4ccbb347922e23e4ed25e68 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Mon, 13 Nov 2017 14:29:19 +0100 Subject: [PATCH] iOS: Add Release configurations for real devices. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, copy ios_arm64 to ios_arm64_dbg, so we can rename the bot. Bug: chromium:774381 No-Try: true Change-Id: I38a447e229ded6874a661bb6f39ae8ebfdcb194d Reviewed-on: https://webrtc-review.googlesource.com/22580 Reviewed-by: Patrik Höglund Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20665} --- .../internal.client.webrtc/iOS64_Release.json | 29 +++++++++++++++++++ .../ios_arm64_dbg.json | 28 ++++++++++++++++++ .../ios_arm64_rel.json | 29 +++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json create mode 100644 tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_dbg.json create mode 100644 tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json new file mode 100644 index 0000000000..54516e884f --- /dev/null +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json @@ -0,0 +1,29 @@ +{ + "comments": [ + "Tests for 64-bit iOS devices." + ], + "xcode version": "9.0", + "gn_args": [ + "dcheck_always_on=true", + "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": "real_device_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +} diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_dbg.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_dbg.json new file mode 100644 index 0000000000..51e5e0a00f --- /dev/null +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_dbg.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=true", + "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": "real_device_tests.json", + "device type": "iPhone 6s", + "os": "10.3.3" + } + ] +} diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json new file mode 100644 index 0000000000..54516e884f --- /dev/null +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json @@ -0,0 +1,29 @@ +{ + "comments": [ + "Tests for 64-bit iOS devices." + ], + "xcode version": "9.0", + "gn_args": [ + "dcheck_always_on=true", + "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": "real_device_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +}