Commit 19767e5c authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

[lacros] Run components_unittests on CQ

We're making changes in components/feedback, and this target will be
more like get broken on CI. crrev.com/c/2362977 was reverted already.
Enabling on CQ should help with that.
The overhead is ~16s.

Change-Id: I1b03ce208a3398230a5c7847aaf03759b519ad5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372590
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801193}
parent 4e0bdbb1
......@@ -4203,6 +4203,21 @@
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
},
{
"args": [
"--gtest_filter=-NetExportFileWriterTest*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "components_unittests",
"test_id_prefix": "ninja://components:components_unittests/"
},
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/lacros.interactive_ui_tests.filter"
......
......@@ -241801,6 +241801,21 @@
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
},
{
"args": [
"--gtest_filter=-NetExportFileWriterTest*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "components_unittests",
"test_id_prefix": "ninja://components:components_unittests/"
},
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/lacros.interactive_ui_tests.filter"
......@@ -846,6 +846,12 @@
},
},
# https://crbug.com/1111979,
'linux-lacros-rel': {
'args': [
'--gtest_filter=-NetExportFileWriterTest*',
],
},
# https://crbug.com/1111979,
'linux-lacros-tester-fyi-rel': {
'experiment_percentage': 100,
},
......
......@@ -3397,6 +3397,7 @@
'shards': 10,
},
},
'components_unittests': {},
'interactive_ui_tests': {
'swarming': {
'shards': 3,
......
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