From eb5554c8d22134056c00ca816f995b2bae04e1b3 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Mon, 27 Nov 2017 20:46:59 +0100 Subject: [PATCH] Add configs iOS11 bots and trybots. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No-Try: true Bug: webrtc:8570 Change-Id: I1de6b12bc9797577379b0ed863b7cc3e3703d4f3 Reviewed-on: https://webrtc-review.googlesource.com/26032 Reviewed-by: Patrik Höglund Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20908} --- .../iOS64_Sim_Debug_(iOS_11.0).json | 24 ++++++++++++++++++ .../tryserver.webrtc/ios64_sim_ios11_dbg.json | 25 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_11.0).json create mode 100644 tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json diff --git a/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_11.0).json b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_11.0).json new file mode 100644 index 0000000000..0f71b12c13 --- /dev/null +++ b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_11.0).json @@ -0,0 +1,24 @@ +{ + "comments": [ + "Tests for 64-bit iOS simulators." + ], + "xcode version": "8.0", + "gn_args": [ + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=true", + "target_cpu=\"x64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "sdk": "iphonesimulator11.0", + "tests": [ + { + "include": "common_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +} diff --git a/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json new file mode 100644 index 0000000000..eb5f26ada0 --- /dev/null +++ b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json @@ -0,0 +1,25 @@ +{ + "comments": [ + "Tests for 64-bit iOS simulators." + ], + "xcode version": "8.0", + "gn_args": [ + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=true", + "target_cpu=\"x64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "use_analyze": false, + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "sdk": "iphonesimulator11.0", + "tests": [ + { + "include": "common_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +}