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

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

Issue 960063002: Remove unnecessary iOS try bot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 10 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
(Empty)
1 {
2 "owners": [
3 "smut"
4 ],
5 "comments": [
6 "Tests for 32-bit iOS 7.1 iPhone simulator."
7 ],
8 "xcode version": "5.1",
9 "GYP_DEFINES": {
10 "chromium_ios_signing": "0",
11 "target_subarch": "arm32"
12 },
13 "compiler": "xcodebuild",
14 "configuration": "Debug",
15 "sdk": "iphonesimulator7.1",
16 "tests": [
17 {
18 "app": "ios_chrome_unittests",
19 "device type": "iPhone Retina (4-inch)",
20 "os": "7.1"
21 },
22 {
23 "app": "base_unittests",
24 "device type": "iPhone Retina (4-inch)",
25 "os": "7.1"
26 },
27 {
28 "app": "components_unittests",
29 "device type": "iPhone Retina (4-inch)",
30 "os": "7.1"
31 },
32 {
33 "app": "crypto_unittests",
34 "device type": "iPhone Retina (4-inch)",
35 "os": "7.1"
36 },
37 {
38 "app": "gfx_unittests",
39 "device type": "iPhone Retina (4-inch)",
40 "os": "7.1"
41 },
42 {
43 "app": "url_unittests",
44 "device type": "iPhone Retina (4-inch)",
45 "os": "7.1"
46 },
47 {
48 "app": "content_unittests",
49 "device type": "iPhone Retina (4-inch)",
50 "os": "7.1"
51 },
52 {
53 "app": "net_unittests",
54 "device type": "iPhone Retina (4-inch)",
55 "os": "7.1"
56 },
57 {
58 "app": "ui_base_unittests",
59 "device type": "iPhone Retina (4-inch)",
60 "os": "7.1"
61 },
62 {
63 "app": "ui_ios_unittests",
64 "device type": "iPhone Retina (4-inch)",
65 "os": "7.1"
66 },
67 {
68 "app": "sync_unit_tests",
69 "device type": "iPhone Retina (4-inch)",
70 "os": "7.1"
71 },
72 {
73 "app": "sql_unittests",
74 "device type": "iPhone Retina (4-inch)",
75 "os": "7.1"
76 }
77 ]
78 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698