Commit b0e7d0c0 authored by jonross's avatar jonross Committed by Jonathan Ross

Add viz_interactive_ui_tests to FYI bots

There are currently a set of FYI bots running Viz varients of test suites:
  --enable-features=VizDisplayCompositor

This change ads a viz variant of interactive_ui_tests to these FYI bots. So that
we can begin getting coverage of this suite.

TEST=viz_interactive_ui_tests

Bug: 843331
Change-Id: Id56e2f8f0f1748823d5c17d938ff0582c066301c
Reviewed-on: https://chromium-review.googlesource.com/1060423Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558860}
parent 4a2f8ada
...@@ -1318,6 +1318,16 @@ ...@@ -1318,6 +1318,16 @@
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "interactive_ui_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -1726,6 +1736,16 @@ ...@@ -1726,6 +1736,16 @@
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "interactive_ui_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -2089,6 +2109,16 @@ ...@@ -2089,6 +2109,16 @@
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "interactive_ui_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -3381,6 +3411,16 @@ ...@@ -3381,6 +3411,16 @@
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
}, },
"test": "content_unittests" "test": "content_unittests"
},
{
"args": [
"--enable-features=VizDisplayCompositor"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "interactive_ui_tests"
} }
], ],
"isolated_scripts": [ "isolated_scripts": [
...@@ -5112,6 +5152,16 @@ ...@@ -5112,6 +5152,16 @@
}, },
"test": "content_unittests" "test": "content_unittests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "interactive_ui_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -5357,6 +5407,16 @@ ...@@ -5357,6 +5407,16 @@
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "interactive_ui_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -6477,6 +6537,16 @@ ...@@ -6477,6 +6537,16 @@
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "interactive_ui_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -9673,6 +9743,16 @@ ...@@ -9673,6 +9743,16 @@
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{
"args": [
"--enable-features=VizDisplayCompositor,ViewsBrowserWindows"
],
"name": "viz_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "interactive_ui_tests"
},
{ {
"args": [ "args": [
"--enable-features=ViewsBrowserWindows" "--enable-features=ViewsBrowserWindows"
......
...@@ -1676,7 +1676,13 @@ ...@@ -1676,7 +1676,13 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/viz.content_unittests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/viz.content_unittests.filter',
], ],
'test': 'content_unittests', 'test': 'content_unittests',
} },
'viz_interactive_ui_tests': {
'args': [
'--enable-features=VizDisplayCompositor',
],
'test': 'interactive_ui_tests',
},
}, },
'viz_gtests': { 'viz_gtests': {
......
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