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

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

Issue 2681973002: Add config for ios-simulator-eg on chromium.mac (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator-eg.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator-eg.json b/ios/build/bots/chromium.mac/ios-simulator-eg.json
new file mode 100644
index 0000000000000000000000000000000000000000..39b591f74a5ed03496d7d6a68dae39e5141da5c4
--- /dev/null
+++ b/ios/build/bots/chromium.mac/ios-simulator-eg.json
@@ -0,0 +1,102 @@
+{
+ "comments": [
+ "EarlGrey Tests for 64-bit iOS 10.0 simulators."
+ ],
+ "xcode version": "8.0",
+ "gn_args": [
+ "goma_dir=\"$(goma_dir)\"",
+ "is_component_build=false",
+ "is_debug=true",
+ "target_cpu=\"x64\"",
+ "target_os=\"ios\"",
+ "use_goma=true"
+ ],
+ "configuration": "Debug",
+ "sdk": "iphonesimulator10.0",
+ "tests": [
+ {
+ "app": "ios_chrome_integration_egtests",
+ "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_showcase_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_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_showcase_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ },
+ {
+ "app": "ios_web_shell_egtests",
+ "device type": "iPad Air 2",
+ "os": "10.0",
+ "xctest": true
+ }
+ ]
+}
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698