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

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

Issue 2790683003: Add ios_chrome_reading_list_egtests as a try job. (Closed)
Patch Set: alphabetize Created 3 years, 8 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 | testing/buildbot/gn_isolate_map.pyl » ('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 "comments": [ 2 "comments": [
3 "EarlGrey Tests for 64-bit iOS 10.0 simulators." 3 "EarlGrey Tests for 64-bit iOS 10.0 simulators."
4 ], 4 ],
5 "xcode version": "8.0", 5 "xcode version": "8.0",
6 "gn_args": [ 6 "gn_args": [
7 "goma_dir=\"$(goma_dir)\"", 7 "goma_dir=\"$(goma_dir)\"",
8 "is_component_build=false", 8 "is_component_build=false",
9 "is_debug=true", 9 "is_debug=true",
10 "target_cpu=\"x64\"", 10 "target_cpu=\"x64\"",
11 "target_os=\"ios\"", 11 "target_os=\"ios\"",
12 "use_goma=true" 12 "use_goma=true"
13 ], 13 ],
14 "configuration": "Debug", 14 "configuration": "Debug",
15 "sdk": "iphonesimulator10.0", 15 "sdk": "iphonesimulator10.0",
16 "tests": [ 16 "tests": [
17 { 17 {
18 "app": "ios_chrome_integration_egtests", 18 "app": "ios_chrome_integration_egtests",
19 "device type": "iPhone 6s", 19 "device type": "iPhone 6s",
20 "os": "10.0", 20 "os": "10.0",
21 "xcode version": "8.0", 21 "xcode version": "8.0",
22 "xctest": true 22 "xctest": true
23 }, 23 },
24 { 24 {
25 "app": "ios_chrome_reading_list_egtests",
26 "test args": [
27 "--enable-reading-list"
28 ],
29 "device type": "iPhone 6s",
30 "os": "10.0",
31 "xcode version": "8.0",
32 "xctest": true
33 },
34 {
25 "app": "ios_chrome_settings_egtests", 35 "app": "ios_chrome_settings_egtests",
26 "device type": "iPhone 6s", 36 "device type": "iPhone 6s",
27 "os": "10.0", 37 "os": "10.0",
28 "xcode version": "8.0", 38 "xcode version": "8.0",
29 "xctest": true 39 "xctest": true
30 }, 40 },
31 { 41 {
32 "app": "ios_chrome_smoke_egtests", 42 "app": "ios_chrome_smoke_egtests",
33 "device type": "iPhone 6s", 43 "device type": "iPhone 6s",
34 "os": "10.0", 44 "os": "10.0",
(...skipping 29 matching lines...) Expand all
64 "xctest": true 74 "xctest": true
65 }, 75 },
66 { 76 {
67 "app": "ios_chrome_integration_egtests", 77 "app": "ios_chrome_integration_egtests",
68 "device type": "iPad Air 2", 78 "device type": "iPad Air 2",
69 "os": "10.0", 79 "os": "10.0",
70 "xcode version": "8.0", 80 "xcode version": "8.0",
71 "xctest": true 81 "xctest": true
72 }, 82 },
73 { 83 {
84 "app": "ios_chrome_reading_list_egtests",
85 "test args": [
86 "--enable-reading-list"
87 ],
88 "device type": "iPad Air 2",
89 "os": "10.0",
90 "xcode version": "8.0",
91 "xctest": true
92 },
93 {
74 "app": "ios_chrome_settings_egtests", 94 "app": "ios_chrome_settings_egtests",
75 "device type": "iPad Air 2", 95 "device type": "iPad Air 2",
76 "os": "10.0", 96 "os": "10.0",
77 "xcode version": "8.0", 97 "xcode version": "8.0",
78 "xctest": true 98 "xctest": true
79 }, 99 },
80 { 100 {
81 "app": "ios_chrome_smoke_egtests", 101 "app": "ios_chrome_smoke_egtests",
82 "device type": "iPad Air 2", 102 "device type": "iPad Air 2",
83 "os": "10.0", 103 "os": "10.0",
(...skipping 23 matching lines...) Expand all
107 }, 127 },
108 { 128 {
109 "app": "ios_web_shell_egtests", 129 "app": "ios_web_shell_egtests",
110 "device type": "iPad Air 2", 130 "device type": "iPad Air 2",
111 "os": "10.0", 131 "os": "10.0",
112 "xcode version": "8.0", 132 "xcode version": "8.0",
113 "xctest": true 133 "xctest": true
114 } 134 }
115 ] 135 ]
116 } 136 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698