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

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

Issue 2587283003: Add Showcase tests to the FYI EarlGrey iOS bot. (Closed)
Patch Set: Created 4 years 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 ], 7 ],
8 "xcode version": "8.0", 8 "xcode version": "8.0",
9 "gn_args": [ 9 "gn_args": [
10 "goma_dir=\"$(goma_dir)\"", 10 "goma_dir=\"$(goma_dir)\"",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "os": "10.0", 44 "os": "10.0",
45 "xctest": true 45 "xctest": true
46 }, 46 },
47 { 47 {
48 "app": "ios_chrome_web_egtests", 48 "app": "ios_chrome_web_egtests",
49 "device type": "iPhone 6s", 49 "device type": "iPhone 6s",
50 "os": "10.0", 50 "os": "10.0",
51 "xctest": true 51 "xctest": true
52 }, 52 },
53 { 53 {
54 "app": "ios_showcase_egtests",
55 "device type": "iPhone 6s",
56 "os": "10.0",
57 "xctest": true
58 },
59 {
54 "app": "ios_web_shell_egtests", 60 "app": "ios_web_shell_egtests",
55 "device type": "iPhone 6s", 61 "device type": "iPhone 6s",
56 "os": "10.0", 62 "os": "10.0",
57 "xctest": true 63 "xctest": true
58 }, 64 },
59 { 65 {
60 "app": "ios_chrome_integration_egtests", 66 "app": "ios_chrome_integration_egtests",
61 "device type": "iPad Air 2", 67 "device type": "iPad Air 2",
62 "os": "10.0", 68 "os": "10.0",
63 "xctest": true 69 "xctest": true
(...skipping 16 matching lines...) Expand all
80 "os": "10.0", 86 "os": "10.0",
81 "xctest": true 87 "xctest": true
82 }, 88 },
83 { 89 {
84 "app": "ios_chrome_web_egtests", 90 "app": "ios_chrome_web_egtests",
85 "device type": "iPad Air 2", 91 "device type": "iPad Air 2",
86 "os": "10.0", 92 "os": "10.0",
87 "xctest": true 93 "xctest": true
88 }, 94 },
89 { 95 {
96 "app": "ios_showcase_egtests",
97 "device type": "iPad Air 2",
98 "os": "10.0",
99 "xctest": true
100 },
101 {
90 "app": "ios_web_shell_egtests", 102 "app": "ios_web_shell_egtests",
91 "device type": "iPad Air 2", 103 "device type": "iPad Air 2",
92 "os": "10.0", 104 "os": "10.0",
93 "xctest": true 105 "xctest": true
94 } 106 }
95 ] 107 ]
96 } 108 }
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