Commit 1d1981a6 authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[lacros] Make linux-lacros-tester-rel Run all targets

We'd like to have a complete picture of what's working and what's not
working, so run all targets on linux-lacros-tester-rel, there will be
failures, but given that it's a FYI bot, it won't cause problems.

Bug: 1104291
Change-Id: I9b094a77ba30206ed1785848fb36c74e99b3d876
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304935
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarSven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789754}
parent 0fc5ae51
This diff is collapsed.
This diff is collapsed.
......@@ -1313,6 +1313,7 @@
'interactive_ui_tests': {
'remove_from': [
'CrWinAsan(dll)', # https://crbug.com/935598
'linux-lacros-tester-rel', # https://crbug.com/1106980
],
'modifications': {
'Linux - Future (dbg)': { # client.v8.chromium
......@@ -2204,6 +2205,9 @@
},
},
'storage_service_unsandboxed_interactive_ui_tests': {
'remove_from': [
'linux-lacros-tester-rel', # https://crbug.com/1106980
],
'modifications': {
'linux-chromeos-chrome': {
# TODO(crbug.com/970649): Remove this filter.
......
......@@ -5386,10 +5386,18 @@
'storage_service_gtests',
],
# TODO(crbug.com/1104291) Make this suite the same as
# 'linux_chromeos_gtests' and delete this suite.
'linux_lacros_chromeos_gtests': [
'linux_lacros_gtests': [
# This is:
# linux_chromeos_gtests
# - linux_chromeos_specific_gtests
'aura_gtests',
'chromium_gtests',
'chromium_gtests_for_devices_with_graphical_output',
'chromium_gtests_for_linux_and_chromeos_only',
'chromium_gtests_for_win_and_linux_only',
'linux_flavor_specific_chromium_gtests',
'non_android_chromium_gtests',
'storage_service_gtests',
],
'linux_viz_gtests': [
......
......@@ -2259,7 +2259,7 @@
],
},
'test_suites': {
'gtest_tests': 'linux_lacros_chromeos_gtests',
'gtest_tests': 'linux_lacros_gtests',
},
},
'linux-perfetto-rel': {
......
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