From 76cd281200902bfbd2c228f32b56b13bfdb9563f Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Thu, 8 Sep 2016 04:25:22 -0700 Subject: [PATCH] MB: Move Linux 32 bots from the WebRTC FYI to the main waterfall. NOTRY=True BUG=chromium:644167 Review-Url: https://codereview.webrtc.org/2325613002 Cr-Commit-Position: refs/heads/master@{#14126} --- webrtc/build/mb_config.pyl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl index 29bdbfabca..b915e48915 100644 --- a/webrtc/build/mb_config.pyl +++ b/webrtc/build/mb_config.pyl @@ -38,6 +38,8 @@ 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', # Linux + 'Linux32 Debug': 'gn_debug_bot_x86', + 'Linux32 Release': 'gn_release_bot_x86', 'Linux32 ARM': 'gn_crosscompile_release_bot_arm', 'Linux64 Debug': 'gn_debug_bot_x64', 'Linux64 Release': 'gn_release_bot_x64', @@ -169,8 +171,6 @@ 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64', # Linux - 'Linux32 Debug': 'gn_debug_bot_x86', - 'Linux32 Release': 'gn_release_bot_x86', 'Linux64 GCC': 'gn_gcc_release_bot_x64', 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64',