Commit d4ed4cc5 authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

Revert "//tools/perf: Add compile target to linux builder"

This is a partial revert of
https://chromium-review.googlesource.com/c/chromium/src/+/691065. Some
of that CL changed code structure which we want to keep. We don't want
the compile target on the builder anymore though.

Bug: 758630
Change-Id: I480018df2bbaa9ded3f2747c93849a5e59a6ddf7
Reviewed-on: https://chromium-review.googlesource.com/695834Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#506709}
parent 57e5929e
......@@ -29114,11 +29114,6 @@
"microdump_stackwalk"
]
},
"Linux Builder": {
"additional_compile_targets": [
"telemetry_perf_tests_new"
]
},
"Linux Perf": {
"isolated_scripts": [
{
......@@ -126,8 +126,6 @@ def get_fyi_waterfall_config():
BUILDER_ADDITIONAL_COMPILE_TARGETS = {
'Android Compile': ['microdump_stackwalk'],
'Android arm64 Compile': ['microdump_stackwalk'],
# crbug.com/758630. Test builder, will be removed.
'Linux Builder': ['telemetry_perf_tests_new'],
}
......
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