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

Side by Side Diff: ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator.json

Issue 1123283009: Add configs for ios_dbg_simulator and ios_rel_device try bots (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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/build/bots/tryserver.chromium.mac/ios_rel_device.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.2 iPhone simulators." 6 "Tests for 32- and 64-bit iOS 8.2 iPhone simulators."
7 ], 7 ],
8 "xcode version": "6.2", 8 "xcode version": "6.2",
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.2", 15 "sdk": "iphonesimulator8.2",
16 "tests": [ 16 "tests": [
17 { 17 {
18 "include": "common_tests.json", 18 "include": "common_tests.json",
19 "device type": "iPhone 5", 19 "device type": "iPhone 5",
20 "os": "8.2" 20 "os": "8.2"
21 }, 21 },
22 { 22 {
23 "include": "common_tests.json", 23 "include": "common_tests.json",
24 "device type": "iPhone 5s", 24 "device type": "iPhone 5s",
25 "os": "8.2" 25 "os": "8.2"
26 } 26 }
27 ] 27 ]
28 } 28 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/tryserver.chromium.mac/ios_rel_device.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698