Commit 1b1f9164 authored by Gary Tong's avatar Gary Tong Committed by Chromium LUCI CQ

Infra: Adding tests to example builder for Noogler talk

Change-Id: I5d7699f0892b4236532536b770805711518cbfe2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570738
Auto-Submit: Gary Tong <gatong@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833461}
parent 8d4df26b
...@@ -53805,6 +53805,33 @@ ...@@ -53805,6 +53805,33 @@
"linux-example-builder": { "linux-example-builder": {
"additional_compile_targets": [ "additional_compile_targets": [
"chrome" "chrome"
],
"gtest_tests": [
{
"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": "base_unittests",
"test_id_prefix": "ninja://base:base_unittests/"
},
{
"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",
"shards": 3
},
"test": "interactive_ui_tests",
"test_id_prefix": "ninja://chrome/test:interactive_ui_tests/"
}
] ]
}, },
"linux-fieldtrial-rel": { "linux-fieldtrial-rel": {
...@@ -3791,6 +3791,15 @@ ...@@ -3791,6 +3791,15 @@
'wayland_client_perftests': {}, 'wayland_client_perftests': {},
}, },
'linux_example_builder_gtests': {
'base_unittests': {},
'interactive_ui_tests': {
'swarming': {
'shards': 3,
},
},
},
'linux_flavor_specific_chromium_gtests': { 'linux_flavor_specific_chromium_gtests': {
# Android, Chrome OS and Linux # Android, Chrome OS and Linux
'sandbox_linux_unittests': {}, 'sandbox_linux_unittests': {},
......
...@@ -2686,6 +2686,9 @@ ...@@ -2686,6 +2686,9 @@
'additional_compile_targets': [ 'additional_compile_targets': [
'chrome', 'chrome',
], ],
'test_suites': {
'gtest_tests': 'linux_example_builder_gtests',
},
}, },
'linux-fieldtrial-rel': { 'linux-fieldtrial-rel': {
'mixins': [ 'mixins': [
......
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