Commit fceb9a03 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Use --gtest-filter-file on Site Isolation Android bot.

This was an inadvertent change not documented in
http://crrev.com/523031 and broke the test suite on this bot.

Since it's difficult to remove the --test-launcher-filter-file
argument which is currently being ignored, leave that as is for the
moment.

BUG=794749
NOTRY=true

Change-Id: Ib0bd2cb9cbfe3f7d72281369bdd1e991e1b591f6
Reviewed-on: https://chromium-review.googlesource.com/826464
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523995}
parent e39c5498
...@@ -6050,6 +6050,7 @@ ...@@ -6050,6 +6050,7 @@
}, },
{ {
"args": [ "args": [
"--gtest-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter",
"--site-per-process", "--site-per-process",
"--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter" "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter"
], ],
......
...@@ -3368,6 +3368,9 @@ ...@@ -3368,6 +3368,9 @@
'modifications': { 'modifications': {
# chromium.fyi # chromium.fyi
'Site Isolation Android': { 'Site Isolation Android': {
'args': [
'--gtest-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter',
],
'swarming': { 'swarming': {
'shards': 6, 'shards': 6,
}, },
......
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