Commit 69730f80 authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

CI: ozone/wayland: apply filter for browser and views tests

On CQ, we have some browser and views tests disabled. Apply this
config for CI as well.

TBR=dpranke@google.com

Bug: 1147798
Change-Id: I0b03b2f3991b02a9bf9f11fe1a6f765cabcd99e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532455Reviewed-by: default avatarMaksim Sisov (GMT+2) <msisov@igalia.com>
Commit-Queue: Maksim Sisov (GMT+2) <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#826235}
parent dcbfc072
...@@ -5349,7 +5349,8 @@ ...@@ -5349,7 +5349,8 @@
"--no-xvfb", "--no-xvfb",
"--use-weston", "--use-weston",
"--ozone-platform=wayland", "--ozone-platform=wayland",
"--enable-features=UseOzonePlatform" "--enable-features=UseOzonePlatform",
"--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter"
], ],
"merge": { "merge": {
"args": [], "args": [],
...@@ -5519,7 +5520,8 @@ ...@@ -5519,7 +5520,8 @@
"--no-xvfb", "--no-xvfb",
"--use-weston", "--use-weston",
"--ozone-platform=wayland", "--ozone-platform=wayland",
"--enable-features=UseOzonePlatform" "--enable-features=UseOzonePlatform",
"--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter"
], ],
"merge": { "merge": {
"args": [], "args": [],
......
...@@ -612,11 +612,18 @@ ...@@ -612,11 +612,18 @@
}, },
'browser_tests_wayland': { 'browser_tests_wayland': {
'modifications': { 'modifications': {
# CQ tester.
'Linux Ozone Tester (Wayland)': { 'Linux Ozone Tester (Wayland)': {
'args': [ 'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
], ],
}, },
# CI tester.
'Linux Tester (Ozone Wayland)': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
],
},
}, },
}, },
'cc_unittests': { 'cc_unittests': {
...@@ -2745,11 +2752,18 @@ ...@@ -2745,11 +2752,18 @@
}, },
'views_unittests_wayland': { 'views_unittests_wayland': {
'modifications': { 'modifications': {
# CQ tester.
'Linux Ozone Tester (Wayland)': { 'Linux Ozone Tester (Wayland)': {
'args': [ 'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
], ],
}, },
# CI tester.
'Linux Tester (Ozone Wayland)': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
],
},
}, },
}, },
'viz_unittests': { 'viz_unittests': {
......
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