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

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

Issue 2786203003: Remove reading list EG suite from try bots. (Closed)
Patch Set: 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 | 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 "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 {
35 "app": "ios_chrome_settings_egtests", 25 "app": "ios_chrome_settings_egtests",
36 "device type": "iPhone 6s", 26 "device type": "iPhone 6s",
37 "os": "10.0", 27 "os": "10.0",
38 "xcode version": "8.0", 28 "xcode version": "8.0",
39 "xctest": true 29 "xctest": true
40 }, 30 },
41 { 31 {
42 "app": "ios_chrome_smoke_egtests", 32 "app": "ios_chrome_smoke_egtests",
43 "device type": "iPhone 6s", 33 "device type": "iPhone 6s",
44 "os": "10.0", 34 "os": "10.0",
(...skipping 29 matching lines...) Expand all
74 "xctest": true 64 "xctest": true
75 }, 65 },
76 { 66 {
77 "app": "ios_chrome_integration_egtests", 67 "app": "ios_chrome_integration_egtests",
78 "device type": "iPad Air 2", 68 "device type": "iPad Air 2",
79 "os": "10.0", 69 "os": "10.0",
80 "xcode version": "8.0", 70 "xcode version": "8.0",
81 "xctest": true 71 "xctest": true
82 }, 72 },
83 { 73 {
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 {
94 "app": "ios_chrome_settings_egtests", 74 "app": "ios_chrome_settings_egtests",
95 "device type": "iPad Air 2", 75 "device type": "iPad Air 2",
96 "os": "10.0", 76 "os": "10.0",
97 "xcode version": "8.0", 77 "xcode version": "8.0",
98 "xctest": true 78 "xctest": true
99 }, 79 },
100 { 80 {
101 "app": "ios_chrome_smoke_egtests", 81 "app": "ios_chrome_smoke_egtests",
102 "device type": "iPad Air 2", 82 "device type": "iPad Air 2",
103 "os": "10.0", 83 "os": "10.0",
(...skipping 23 matching lines...) Expand all
127 }, 107 },
128 { 108 {
129 "app": "ios_web_shell_egtests", 109 "app": "ios_web_shell_egtests",
130 "device type": "iPad Air 2", 110 "device type": "iPad Air 2",
131 "os": "10.0", 111 "os": "10.0",
132 "xcode version": "8.0", 112 "xcode version": "8.0",
133 "xctest": true 113 "xctest": true
134 } 114 }
135 ] 115 ]
136 } 116 }
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