Commit 67d99280 authored by Jonathan's avatar Jonathan Committed by Commit Bot

Setup Linux Viz test config

This is the initial test config for the Linux Viz FYI bot. I'll be adding more
tests as we prepare them.

Bug: 793820
Change-Id: I13140ef85c2b0c4819b099a83cee343814b8970c
Reviewed-on: https://chromium-review.googlesource.com/826424Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524135}
parent 29beb10a
...@@ -4101,6 +4101,25 @@ ...@@ -4101,6 +4101,25 @@
"chrome" "chrome"
] ]
}, },
"Linux Viz": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"args": [
"--enable-viz",
"--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.viz.content_browsertests.filter"
],
"name": "viz_content_browsertests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
"test": "content_browsertests"
}
]
},
"Linux x64 Goma Canary (clobber)": { "Linux x64 Goma Canary (clobber)": {
"additional_compile_targets": [ "additional_compile_targets": [
"all" "all"
......
...@@ -983,6 +983,21 @@ ...@@ -983,6 +983,21 @@
}, },
}, },
'linux_viz_gtests': {
# TODO(jonross): merge all viz tests into one config, use exceptions to
# differentiate between the fyi and cq filters.
'viz_content_browsertests': {
'args': [
'--enable-viz',
'--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.viz.content_browsertests.filter',
],
'swarming': {
'shards': 2,
},
'test': 'content_browsertests',
},
},
'mash_chromium_gtests': { 'mash_chromium_gtests': {
'ash_unittests-mash': { 'ash_unittests-mash': {
'test': 'ash_unittests', 'test': 'ash_unittests',
......
...@@ -1075,6 +1075,14 @@ ...@@ -1075,6 +1075,14 @@
'gtest_tests': 'goma_gtests', 'gtest_tests': 'goma_gtests',
}, },
}, },
'Linux Viz': {
'additional_compile_targets': [
'all',
],
'test_suites': {
'gtest_tests': 'linux_viz_gtests',
},
},
'Mac Builder (dbg) Goma Canary': { 'Mac Builder (dbg) Goma Canary': {
'additional_compile_targets': [ 'additional_compile_targets': [
'all', 'all',
......
...@@ -239,6 +239,7 @@ ...@@ -239,6 +239,7 @@
'Linux deterministic (dbg)': 'debug_bot', 'Linux deterministic (dbg)': 'debug_bot',
'Linux remote_run Builder': 'release_bot', 'Linux remote_run Builder': 'release_bot',
'Linux remote_run Tester': 'release_bot', 'Linux remote_run Tester': 'release_bot',
'Linux Viz': 'release_trybot',
'Mac deterministic': 'release_bot_mac_strip', 'Mac deterministic': 'release_bot_mac_strip',
'Mac deterministic (dbg)': 'debug_bot', 'Mac deterministic (dbg)': 'debug_bot',
'Mojo ChromiumOS': 'chromeos_with_codecs_release_trybot', 'Mojo ChromiumOS': 'chromeos_with_codecs_release_trybot',
......
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