Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json

Issue 1369243002: Update upstream bots to target iOS SDK 9.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use iOS SDK 8.3 instead of 8.4 as 8.4 is not installed on the bots Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json
diff --git a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json
index c11cbed0062b480c2ecdeaedf726c1cb07a8af01..91d5028208077d21e0a599cf92a1ecfbb4e71659 100644
--- a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json
+++ b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json
@@ -3,20 +3,30 @@
"smut"
],
"comments": [
- "Tests for 32- and 64-bit iOS 8.3 simulators."
+ "Tests for 32- and 64-bit iOS 9.0 simulators."
],
- "xcode version": "6.3",
+ "xcode version": "7.0",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
"target_subarch": "both"
},
"compiler": "xcodebuild",
"configuration": "Debug",
- "sdk": "iphonesimulator8.3",
+ "sdk": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5s",
+ "os": "9.0"
+ },
+ {
+ "include": "common_tests.json",
+ "device type": "iPad Retina",
+ "os": "9.0"
+ },
+ {
+ "include": "common_tests.json",
+ "device type": "iPhone 5s",
"os": "8.3"
},
{
« no previous file with comments | « ios/build/bots/chromium.mac/iOS_Device_(ninja).json ('k') | ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698