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

Side by Side Diff: ios/build/bots/chromium.mac/ios-simulator-eg.json

Issue 2681973002: Add config for ios-simulator-eg on chromium.mac (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "comments": [
3 "EarlGrey Tests for 64-bit iOS 10.0 simulators."
4 ],
5 "xcode version": "8.0",
6 "gn_args": [
7 "goma_dir=\"$(goma_dir)\"",
8 "is_component_build=false",
9 "is_debug=true",
10 "target_cpu=\"x64\"",
11 "target_os=\"ios\"",
12 "use_goma=true"
13 ],
14 "configuration": "Debug",
15 "sdk": "iphonesimulator10.0",
16 "tests": [
17 {
18 "app": "ios_chrome_integration_egtests",
19 "device type": "iPhone 6s",
20 "os": "10.0",
21 "xctest": true
22 },
23 {
24 "app": "ios_chrome_settings_egtests",
25 "device type": "iPhone 6s",
26 "os": "10.0",
27 "xctest": true
28 },
29 {
30 "app": "ios_chrome_smoke_egtests",
31 "device type": "iPhone 6s",
32 "os": "10.0",
33 "xctest": true
34 },
35 {
36 "app": "ios_chrome_ui_egtests",
37 "device type": "iPhone 6s",
38 "os": "10.0",
39 "xctest": true
40 },
41 {
42 "app": "ios_chrome_web_egtests",
43 "device type": "iPhone 6s",
44 "os": "10.0",
45 "xctest": true
46 },
47 {
48 "app": "ios_showcase_egtests",
49 "device type": "iPhone 6s",
50 "os": "10.0",
51 "xctest": true
52 },
53 {
54 "app": "ios_web_shell_egtests",
55 "device type": "iPhone 6s",
56 "os": "10.0",
57 "xctest": true
58 },
59 {
60 "app": "ios_chrome_integration_egtests",
61 "device type": "iPad Air 2",
62 "os": "10.0",
63 "xctest": true
64 },
65 {
66 "app": "ios_chrome_settings_egtests",
67 "device type": "iPad Air 2",
68 "os": "10.0",
69 "xctest": true
70 },
71 {
72 "app": "ios_chrome_smoke_egtests",
73 "device type": "iPad Air 2",
74 "os": "10.0",
75 "xctest": true
76 },
77 {
78 "app": "ios_chrome_ui_egtests",
79 "device type": "iPad Air 2",
80 "os": "10.0",
81 "xctest": true
82 },
83 {
84 "app": "ios_chrome_web_egtests",
85 "device type": "iPad Air 2",
86 "os": "10.0",
87 "xctest": true
88 },
89 {
90 "app": "ios_showcase_egtests",
91 "device type": "iPad Air 2",
92 "os": "10.0",
93 "xctest": true
94 },
95 {
96 "app": "ios_web_shell_egtests",
97 "device type": "iPad Air 2",
98 "os": "10.0",
99 "xctest": true
100 }
101 ]
102 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698