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

Side by Side Diff: ios/build/bots/chromium.fyi/Chromium_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, 2 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "smut" 3 "smut"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 32- and 64-bit iOS 8.3 simulators." 6 "Tests for 32- and 64-bit iOS 9.0 simulators."
7 ], 7 ],
8 "xcode version": "6.3", 8 "xcode version": "7.0",
9 "GYP_DEFINES": { 9 "GYP_DEFINES": {
10 "chromium_ios_signing": "0", 10 "chromium_ios_signing": "0",
11 "target_subarch": "both" 11 "target_subarch": "both"
12 }, 12 },
13 "compiler": "xcodebuild", 13 "compiler": "xcodebuild",
14 "configuration": "Debug", 14 "configuration": "Debug",
15 "sdk": "iphonesimulator8.3", 15 "sdk": "iphonesimulator9.0",
16 "tests": [ 16 "tests": [
17 { 17 {
18 "include": "common_tests.json", 18 "include": "common_tests.json",
19 "device type": "iPhone 5s", 19 "device type": "iPhone 5s",
20 "os": "9.0"
21 },
22 {
23 "include": "common_tests.json",
24 "device type": "iPad Retina",
25 "os": "9.0"
26 },
27 {
28 "include": "common_tests.json",
29 "device type": "iPhone 5s",
20 "os": "8.3" 30 "os": "8.3"
21 }, 31 },
22 { 32 {
23 "include": "common_tests.json", 33 "include": "common_tests.json",
24 "device type": "iPad Retina", 34 "device type": "iPad Retina",
25 "os": "8.3" 35 "os": "8.3"
26 }, 36 },
27 { 37 {
28 "include": "common_tests.json", 38 "include": "common_tests.json",
29 "device type": "iPhone 5s", 39 "device type": "iPhone 5s",
30 "os": "7.1" 40 "os": "7.1"
31 }, 41 },
32 { 42 {
33 "include": "common_tests.json", 43 "include": "common_tests.json",
34 "device type": "iPad Retina", 44 "device type": "iPad Retina",
35 "os": "7.1" 45 "os": "7.1"
36 } 46 }
37 ] 47 ]
38 } 48 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json ('k') | ios/build/bots/chromium.mac/iOS_Device.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698