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

Unified Diff: ios/build/bots/chromium.fyi/EarlGreyiOS.json

Issue 2588193002: Run Chrome EarlGrey tests on FYI. (Closed)
Patch Set: integration suite 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.fyi/EarlGreyiOS.json
diff --git a/ios/build/bots/chromium.fyi/EarlGreyiOS.json b/ios/build/bots/chromium.fyi/EarlGreyiOS.json
index 94c1d01e267c51297a54c31da956691297f34511..0c0b1f7201dc0521fcf42fc94a3a4a9798ce8948 100644
--- a/ios/build/bots/chromium.fyi/EarlGreyiOS.json
+++ b/ios/build/bots/chromium.fyi/EarlGreyiOS.json
@@ -3,8 +3,7 @@
"huangml"
],
"comments": [
- "Tests for 64-bit iOS 10.0 simulators.",
- "Tests run on iPhone 5s (64-bit)."
+ "Tests for 64-bit iOS 10.0 simulators."
],
"xcode version": "8.0",
"gn_args": [
@@ -19,12 +18,84 @@
"sdk": "iphonesimulator10.0",
"tests": [
{
+ "app": "ios_chrome_integration_egtests",
+ "device type": "iPhone 6s",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "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.
+ "device type": "iPhone 6s",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_settings_egtests",
+ "device type": "iPhone 6s",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_smoke_egtests",
+ "device type": "iPhone 6s",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_ui_egtests",
+ "device type": "iPhone 6s",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_web_egtests",
+ "device type": "iPhone 6s",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
"app": "ios_web_shell_egtests",
"device type": "iPhone 6s",
"os": "10.0",
"xctest": true
},
{
+ "app": "ios_chrome_integration_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_reading_list_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_settings_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_smoke_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_ui_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_chrome_web_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
"app": "ios_web_shell_egtests",
"device type": "iPad Air 2",
"os": "10.0",
« 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