From 1f971427e84465fd4a2340375f759baca6b1d306 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Thu, 29 Dec 2016 09:31:05 +0100 Subject: [PATCH] Add iOS64 simulator bot running on iOS 9.0 simulator. Add a new trybot configuration as well. BUG=chromium:677385 TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2604153002 . Cr-Commit-Position: refs/heads/master@{#15829} --- tools-webrtc/mb/mb_config.pyl | 2 ++ .../iOS64_Sim_Debug_(iOS 9.0).json | 26 ++++++++++++++++++ .../client.webrtc/iOS64_Simulator_Debug.json | 2 +- .../tryserver.webrtc/ios64_sim_ios9_dbg.json | 27 +++++++++++++++++++ 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 webrtc/build/ios/client.webrtc.fyi/iOS64_Sim_Debug_(iOS 9.0).json create mode 100644 webrtc/build/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl index c30aa24f65..251eb447f4 100644 --- a/tools-webrtc/mb/mb_config.pyl +++ b/tools-webrtc/mb/mb_config.pyl @@ -88,6 +88,7 @@ 'client.webrtc.fyi': { # Mac 'Mac (swarming)': 'release_bot_x64', + 'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x64', # Linux 'Linux64 GCC': 'gcc_release_bot_x64', @@ -110,6 +111,7 @@ 'ios_arm64_rel': 'ios_release_bot_arm64_device', 'ios32_sim_dbg': 'ios_debug_static_bot_x86', 'ios64_sim_dbg': 'ios_debug_static_bot_x64', + 'ios64_sim_ios9_dbg': 'ios_debug_static_bot_x64', # Mac 'mac_compile_dbg': 'debug_bot_x64', diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS64_Sim_Debug_(iOS 9.0).json b/webrtc/build/ios/client.webrtc.fyi/iOS64_Sim_Debug_(iOS 9.0).json new file mode 100644 index 0000000000..cbd05e5b59 --- /dev/null +++ b/webrtc/build/ios/client.webrtc.fyi/iOS64_Sim_Debug_(iOS 9.0).json @@ -0,0 +1,26 @@ +{ + "owners": [ + "kjellander" + ], + "comments": [ + "Tests for 64-bit iOS simulators.", + "gn_args in this file is only read by the buildbot recipe; ", + "webrtc/build/mb_config.pyl contains the actual build configuration.", + "TODO(kjellander): remove gn_args when the recipe is updated." + ], + "xcode version": "8.0", + "gn_args": [ + "use_goma=true" + ], + "compiler": "ninja", + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "sdk": "iphonesimulator9.0", + "tests": [ + { + "include": "common_tests.json", + "device type": "iPhone 6s", + "os": "9.0" + } + ] +} diff --git a/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json b/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json index 959a9b4e2e..ff64c0ff90 100644 --- a/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json +++ b/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json @@ -3,7 +3,7 @@ "kjellander" ], "comments": [ - "Tests for 32-bit iOS simulators.", + "Tests for 64-bit iOS simulators.", "gn_args in this file is only read by the buildbot recipe; ", "webrtc/build/mb_config.pyl contains the actual build configuration.", "TODO(kjellander): remove gn_args when the recipe is updated." diff --git a/webrtc/build/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json b/webrtc/build/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json new file mode 100644 index 0000000000..02c49c8bce --- /dev/null +++ b/webrtc/build/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json @@ -0,0 +1,27 @@ +{ + "owners": [ + "kjellander" + ], + "comments": [ + "Tests for 64-bit iOS simulators.", + "gn_args in this file is only read by the buildbot recipe; ", + "webrtc/build/mb_config.pyl contains the actual build configuration.", + "TODO(kjellander): remove gn_args when the recipe is updated." + ], + "xcode version": "8.0", + "gn_args": [ + "use_goma=true" + ], + "use_analyze": false, + "compiler": "ninja", + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "sdk": "iphonesimulator9.0", + "tests": [ + { + "include": "common_tests.json", + "device type": "iPhone 6s", + "os": "9.0" + } + ] +}