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

Side by Side Diff: ios/build/bots/chromium.fyi/EarlGreyiOS.json

Issue 2588193002: Run Chrome EarlGrey tests on FYI. (Closed)
Patch Set: integration suite Created 3 years, 12 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 | no next file » | 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 "huangml" 3 "huangml"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 64-bit iOS 10.0 simulators.", 6 "Tests for 64-bit iOS 10.0 simulators."
7 "Tests run on iPhone 5s (64-bit)."
8 ], 7 ],
9 "xcode version": "8.0", 8 "xcode version": "8.0",
10 "gn_args": [ 9 "gn_args": [
11 "goma_dir=\"$(goma_dir)\"", 10 "goma_dir=\"$(goma_dir)\"",
12 "is_component_build=false", 11 "is_component_build=false",
13 "target_cpu=\"x64\"", 12 "target_cpu=\"x64\"",
14 "target_os=\"ios\"", 13 "target_os=\"ios\"",
15 "use_goma=true" 14 "use_goma=true"
16 ], 15 ],
17 "compiler": "ninja", 16 "compiler": "ninja",
18 "configuration": "Debug", 17 "configuration": "Debug",
19 "sdk": "iphonesimulator10.0", 18 "sdk": "iphonesimulator10.0",
20 "tests": [ 19 "tests": [
21 { 20 {
21 "app": "ios_chrome_integration_egtests",
22 "device type": "iPhone 6s",
23 "os": "10.0",
24 "xctest": true
25 },
26 {
27 "app": "ios_chrome_reading_list_egtests",
sdefresne 2016/12/20 00:53:25 I think this test need some additional "args", doe
rohitrao (ping after 24h) 2016/12/20 00:54:27 Let's either match what we did downstream or remov
baxley 2016/12/20 00:56:38 Yup. Removed.
28 "device type": "iPhone 6s",
29 "os": "10.0",
30 "xctest": true
31 },
32 {
33 "app": "ios_chrome_settings_egtests",
34 "device type": "iPhone 6s",
35 "os": "10.0",
36 "xctest": true
37 },
38 {
39 "app": "ios_chrome_smoke_egtests",
40 "device type": "iPhone 6s",
41 "os": "10.0",
42 "xctest": true
43 },
44 {
45 "app": "ios_chrome_ui_egtests",
46 "device type": "iPhone 6s",
47 "os": "10.0",
48 "xctest": true
49 },
50 {
51 "app": "ios_chrome_web_egtests",
52 "device type": "iPhone 6s",
53 "os": "10.0",
54 "xctest": true
55 },
56 {
22 "app": "ios_web_shell_egtests", 57 "app": "ios_web_shell_egtests",
23 "device type": "iPhone 6s", 58 "device type": "iPhone 6s",
24 "os": "10.0", 59 "os": "10.0",
25 "xctest": true 60 "xctest": true
26 }, 61 },
27 { 62 {
63 "app": "ios_chrome_integration_egtests",
64 "device type": "iPad Air 2",
65 "os": "10.0",
66 "xctest": true
67 },
68 {
69 "app": "ios_chrome_reading_list_egtests",
70 "device type": "iPad Air 2",
71 "os": "10.0",
72 "xctest": true
73 },
74 {
75 "app": "ios_chrome_settings_egtests",
76 "device type": "iPad Air 2",
77 "os": "10.0",
78 "xctest": true
79 },
80 {
81 "app": "ios_chrome_smoke_egtests",
82 "device type": "iPad Air 2",
83 "os": "10.0",
84 "xctest": true
85 },
86 {
87 "app": "ios_chrome_ui_egtests",
88 "device type": "iPad Air 2",
89 "os": "10.0",
90 "xctest": true
91 },
92 {
93 "app": "ios_chrome_web_egtests",
94 "device type": "iPad Air 2",
95 "os": "10.0",
96 "xctest": true
97 },
98 {
28 "app": "ios_web_shell_egtests", 99 "app": "ios_web_shell_egtests",
29 "device type": "iPad Air 2", 100 "device type": "iPad Air 2",
30 "os": "10.0", 101 "os": "10.0",
31 "xctest": true 102 "xctest": true
32 } 103 }
33 ] 104 ]
34 } 105 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698