From eed937b04b0df37e58ff38ffb77f1e5e3fa40dc6 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Tue, 30 May 2017 10:07:24 +0200 Subject: [PATCH] [MB] Move clusterfuzz builders to client.v8.fyi V8-part of: https://chromium-review.googlesource.com/c/517791 NOTRY=true NOTREECHECKS=true TBR=kjellander@chromium.org,tandrii@chromium.org,mstarzinger@chromium.org Bug: chromium:726584 Change-Id: I0e8b6adf6938dce02c84f5d5cbde6ff828dcbb08 Reviewed-on: https://chromium-review.googlesource.com/518152 Commit-Queue: Michael Achenbach Reviewed-by: Michael Achenbach Reviewed-by: Michael Starzinger Cr-Commit-Position: refs/heads/master@{#45588} --- infra/mb/mb_config.pyl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl index d0fe4437fc..9feaa135c5 100644 --- a/infra/mb/mb_config.pyl +++ b/infra/mb/mb_config.pyl @@ -87,18 +87,6 @@ 'V8 Linux64 TSAN - concurrent marking': 'gn_release_x64_tsan_concurrent_marking', 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan', - # Clusterfuzz. - 'V8 Linux64 - cf release builder': 'gn_release_x64_correctness_fuzzer', - 'V8 Linux64 - cf debug builder': 'gn_debug_x64', - 'V8 Linux64 ASAN no inline - release builder': - 'gn_release_x64_asan_symbolized_edge_verify_heap', - 'V8 Linux64 ASAN - debug builder': 'gn_debug_x64_asan_edge', - 'V8 Linux64 ASAN arm64 - debug builder': - 'gn_debug_simulate_arm64_asan_edge', - 'V8 Linux ASAN arm - debug builder': - 'gn_debug_simulate_arm_asan_edge', - 'V8 Linux ASAN mipsel - debug builder': - 'gn_debug_simulate_mipsel_asan_edge', # Misc. 'V8 Linux gcc 4.8': 'gn_release_x86_gcc', 'V8 Linux64 gcc 4.8 - debug': 'gn_debug_x64_gcc', @@ -115,7 +103,19 @@ 'V8 Linux - interpreted regexp': 'gn_release_x86_interpreted_regexp', 'V8 Random Deopt Fuzzer - debug': 'gyp_debug_x86', }, - + 'client.v8.fyi': { + 'V8 Linux64 - release builder': 'gn_release_x64_correctness_fuzzer', + 'V8 Linux64 - debug builder': 'gn_debug_x64', + 'V8 Linux64 ASAN no inline - release builder': + 'gn_release_x64_asan_symbolized_edge_verify_heap', + 'V8 Linux64 ASAN - debug builder': 'gn_debug_x64_asan_edge', + 'V8 Linux64 ASAN arm64 - debug builder': + 'gn_debug_simulate_arm64_asan_edge', + 'V8 Linux ASAN arm - debug builder': + 'gn_debug_simulate_arm_asan_edge', + 'V8 Linux ASAN mipsel - debug builder': + 'gn_debug_simulate_mipsel_asan_edge', + }, 'client.v8.ports': { # Arm. 'V8 Arm - builder': 'gn_release_arm',