Commit ba257d46 authored by Rohan Pavone's avatar Rohan Pavone Committed by Chromium LUCI CQ

Adds fuchsia-builder-perf-fyi additional build targets.

Defines web_engine_shell target in isolate map, while also adding
additional build targets for fuchsia-builder-perf-fyi.

Change-Id: I9e11dda427f6461ce948ba104a7e09d1657511d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644345Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Rohan Pavone <rohpavone@chromium.org>
Cr-Commit-Position: refs/heads/master@{#846301}
parent 21994dac
...@@ -220,6 +220,15 @@ ...@@ -220,6 +220,15 @@
} }
] ]
}, },
"fuchsia-builder-perf-fyi": {
"additional_compile_targets": [
"web_engine_shell",
"web_engine_unittests",
"cast_runner_unittests",
"chromedriver",
"chromium_builder_perf"
]
},
"fuchsia-perf-fyi": { "fuchsia-perf-fyi": {
"isolated_scripts": [ "isolated_scripts": [
{ {
......
...@@ -1860,6 +1860,10 @@ ...@@ -1860,6 +1860,10 @@
"label": "//fuchsia/engine:web_engine_integration_tests", "label": "//fuchsia/engine:web_engine_integration_tests",
"type": "console_test_launcher", "type": "console_test_launcher",
}, },
"web_engine_shell": {
"label": "//fuchsia/engine:web_engine_shell",
"type": "additional_compile_target",
},
"web_engine_unittests": { "web_engine_unittests": {
"label": "//fuchsia/engine:web_engine_unittests", "label": "//fuchsia/engine:web_engine_unittests",
"type": "console_test_launcher", "type": "console_test_launcher",
......
...@@ -264,6 +264,12 @@ FYI_BUILDERS = { ...@@ -264,6 +264,12 @@ FYI_BUILDERS = {
'device_type': 'kevin', 'device_type': 'kevin',
}, },
}, },
'fuchsia-builder-perf-fyi': {
'additional_compile_targets': [
'web_engine_shell', 'web_engine_unittests', 'cast_runner_unittests',
'chromedriver', 'chromium_builder_perf'
],
},
'lacros-eve-perf-fyi': { 'lacros-eve-perf-fyi': {
'tests': [ 'tests': [
{ {
......
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