Commit ae2267d9 authored by Jonathan's avatar Jonathan Committed by Commit Bot

Remove viz_content_browsertests exceptions

viz_content_browsertests has exceptions on 3 bots. This is just
because we never manually added them to these bots in the old format of
configuring bots.

TEST=ran the associated trybots for viz_content_browsertests

Bug: 760181
Change-Id: I9c197c4ab906aad35522c49a0f618925d7ca258d
Reviewed-on: https://chromium-review.googlesource.com/829654Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524709}
parent 16df149d
...@@ -1379,6 +1379,18 @@ ...@@ -1379,6 +1379,18 @@
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{
"args": [
"--enable-viz",
"--test-launcher-filter-file=../../testing/buildbot/filters/viz.content_browsertests.filter"
],
"name": "viz_content_browsertests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
"test": "content_browsertests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1948,6 +1960,18 @@ ...@@ -1948,6 +1960,18 @@
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{
"args": [
"--enable-viz",
"--test-launcher-filter-file=../../testing/buildbot/filters/viz.content_browsertests.filter"
],
"name": "viz_content_browsertests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
"test": "content_browsertests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -171,6 +171,18 @@ ...@@ -171,6 +171,18 @@
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{
"args": [
"--enable-viz",
"--test-launcher-filter-file=../../testing/buildbot/filters/viz.content_browsertests.filter"
],
"name": "viz_content_browsertests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
"test": "content_browsertests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -3860,16 +3860,6 @@ ...@@ -3860,16 +3860,6 @@
'Linux ASan LSan Tests (1)', 'Linux ASan LSan Tests (1)',
], ],
}, },
'viz_content_browsertests': {
'remove_from': [
# TODO(dpranke): Remove this exception.
'Linux Tests SANDBOX',
# On chromium.linux, unclear why these only run on "Linux Tests".
'Linux Tests (dbg)(1)',
'Linux Tests (dbg)(1)(32)',
],
},
'viz_unittests': { 'viz_unittests': {
'remove_from': [ 'remove_from': [
# On chromium.android, unclear why these aren't run on all bots. # On chromium.android, unclear why these aren't run on all bots.
......
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