| 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
|
| + }
|
| + ]
|
| +}
|
|
|