commit | f3b1a4a89cf407d99f04f2a43eb127c9a7749b71 | [log] [tgz] |
---|---|---|
author | Yuke Liao <[email protected]> | Tue Aug 18 22:04:12 2020 |
committer | Commit Bot <[email protected]> | Tue Aug 18 22:04:12 2020 |
tree | 2e196814b1d9c811ffa5aaa5311c91c8a277707a | |
parent | 42a17e378ad7efbf57d47f3a7612d7c7cf95a907 [diff] [blame] |
[lacros] Run interactive_ui_tests on linux-lacros-rel This CL runs interactive_ui_tests on linux-lacros-rel to prevent regressions. Bug: 1116180 Change-Id: I037ef2132bd6cb2cbd741c08c53fd13b5814746d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363367 Reviewed-by: Sven Zheng <[email protected]> Commit-Queue: Yuke Liao <[email protected]> Cr-Commit-Position: refs/heads/master@{#799343}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl index 96d64cf..1bf4db4 100644 --- a/testing/buildbot/test_suite_exceptions.pyl +++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1480,6 +1480,12 @@ }, }, # https://crbug.com/1111979 + 'linux-lacros-rel': { + 'args': [ + '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.interactive_ui_tests.filter', + ], + }, + # https://crbug.com/1111979 'linux-lacros-tester-fyi-rel': { 'experiment_percentage': 100, },