Commit 2bd7a5c4 authored by Eugene But's avatar Eugene But Committed by Commit Bot

Add ios_chrome_integration_eg2tests to the bots.

The tests will run on ios-simulator-noncq bot.

Bug: 987646
Change-Id: I49897122b3088a781c04a56dabb12cb58ef773f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879691
Commit-Queue: Eugene But <eugenebut@chromium.org>
Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Auto-Submit: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710602}
parent 7cfd28a2
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
"EG2 tests to run on the waterfall." "EG2 tests to run on the waterfall."
], ],
"tests": [ "tests": [
{
"app": "ios_chrome_integration_eg2tests_module",
"host": "ios_chrome_eg2tests"
},
{ {
"app": "ios_chrome_smoke_eg2tests_module", "app": "ios_chrome_smoke_eg2tests_module",
"host": "ios_chrome_eg2tests" "host": "ios_chrome_eg2tests"
......
...@@ -1395,6 +1395,11 @@ ...@@ -1395,6 +1395,11 @@
"label": "//ios/chrome/test/earl_grey:ios_chrome_web_egtests", "label": "//ios/chrome/test/earl_grey:ios_chrome_web_egtests",
"type": "raw", "type": "raw",
}, },
"ios_chrome_integration_eg2tests_module": {
"args": [],
"label": "//ios/chrome/test/earl_grey2:ios_chrome_integration_eg2tests_module",
"type": "raw",
},
"ios_chrome_settings_eg2tests_module": { "ios_chrome_settings_eg2tests_module": {
"args": [], "args": [],
"label": "//ios/chrome/test/earl_grey2:ios_chrome_settings_eg2tests_module", "label": "//ios/chrome/test/earl_grey2:ios_chrome_settings_eg2tests_module",
......
...@@ -99,6 +99,7 @@ SKIP_GN_ISOLATE_MAP_TARGETS = { ...@@ -99,6 +99,7 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
'ios_chrome_ui_egtests', 'ios_chrome_ui_egtests',
'ios_chrome_unittests', 'ios_chrome_unittests',
'ios_chrome_web_egtests', 'ios_chrome_web_egtests',
'ios_chrome_integration_eg2tests_module',
'ios_chrome_settings_eg2tests_module', 'ios_chrome_settings_eg2tests_module',
'ios_chrome_smoke_eg2tests_module', 'ios_chrome_smoke_eg2tests_module',
'ios_chrome_ui_eg2tests_module', 'ios_chrome_ui_eg2tests_module',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment