Commit f194022f authored by justincohen's avatar justincohen Committed by Commit bot

Update ClangToTiOS and EarlGreyiOS bots to use iOS10 SDK.

BUG=647996
TBR=smut

Review-Url: https://codereview.chromium.org/2353453003
Cr-Commit-Position: refs/heads/master@{#419442}
parent 2c3e9644
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"comments": [ "comments": [
"Clang tip-of-tree builder for iOS." "Clang tip-of-tree builder for iOS."
], ],
"xcode version": "7.0", "xcode version": "8.0",
"GYP_DEFINES": [ "GYP_DEFINES": [
"OS=ios", "OS=ios",
"chromium_ios_signing=0", "chromium_ios_signing=0",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"compiler": "ninja", "compiler": "ninja",
"additional_compile_targets": ["gn_all"], "additional_compile_targets": ["gn_all"],
"configuration": "Release", "configuration": "Release",
"sdk": "iphoneos9.0", "sdk": "iphoneos10.0",
"tests": [ "tests": [
] ]
} }
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
"huangml" "huangml"
], ],
"comments": [ "comments": [
"Tests for 64-bit iOS 9.0 simulators.", "Tests for 64-bit iOS 10.0 simulators.",
"Tests run on iPhone 5s (64-bit)." "Tests run on iPhone 5s (64-bit)."
], ],
"xcode version": "7.0", "xcode version": "8.0",
"GYP_DEFINES": [ "GYP_DEFINES": [
"OS=ios", "OS=ios",
"chromium_ios_signing=0", "chromium_ios_signing=0",
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
"mb_type": "gn", "mb_type": "gn",
"compiler": "ninja", "compiler": "ninja",
"configuration": "Debug", "configuration": "Debug",
"sdk": "iphonesimulator9.0", "sdk": "iphonesimulator10.0",
"tests": [ "tests": [
{ {
"app": "ios_web_shell_test_host", "app": "ios_web_shell_test_host",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.0", "os": "10.0",
"xctest": true "xctest": true
} }
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment