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

Unified Diff: ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json

Issue 1143933002: Update iOS bots to use the 8.3 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 7 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/tryserver.chromium.mac/ios_dbg_simulator_ninja.json
diff --git a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json
index 2884bcf798fb054734b39ef69dae00c6e2888659..c4aaf85791b2713415e2d4cf78b7b55740227c53 100644
--- a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json
+++ b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json
@@ -3,26 +3,26 @@
"smut"
],
"comments": [
- "Tests for 32- and 64-bit iOS 8.2 iPhone simulators."
+ "Tests for 32- and 64-bit iOS 8.3 iPhone simulators."
],
- "xcode version": "6.2",
+ "xcode version": "6.3",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
"target_subarch": "both"
},
"compiler": "ninja",
"configuration": "Debug",
- "sdk": "iphonesimulator8.2",
+ "sdk": "iphonesimulator8.3",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5",
- "os": "8.2"
+ "os": "8.3"
},
{
"include": "common_tests.json",
"device type": "iPhone 5s",
- "os": "8.2"
+ "os": "8.3"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698