Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: infra/mb/mb_config.pyl

Issue 2130303002: Revert of [gn] Switch gcc bots to gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@ng58
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 91fe84085cf96a44cafb011a99ccc7a721fdd887..b530ec8830de4b2e9bf1ee6176d7466971a6f3d9 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -60,7 +60,7 @@
'V8 Linux ASAN mipsel - debug builder':
'gyp_debug_simulate_mipsel_asan_edge',
# Misc.
- 'V8 Linux gcc 4.8': 'gn_release_x86_gcc',
+ 'V8 Linux gcc 4.8': 'gyp_release_x86_gcc',
# FYI.
'V8 Linux - swarming staging': 'gn_release_x64',
# TODO(machenbach): Figure out if symbolized is still needed. The
@@ -138,8 +138,8 @@
'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot',
'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot',
'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot',
- 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols',
- 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols',
+ 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols',
+ 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols',
'v8_linux64_rel_ng': 'gn_release_x64_trybot',
'v8_linux64_gyp_rel_ng': 'gyp_release_x64',
'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot',
@@ -210,10 +210,6 @@
# GN release configs for x86.
'gn_release_x86': [
'gn', 'release_bot', 'x86', 'swarming'],
- 'gn_release_x86_gcc': [
- 'gn', 'release_bot', 'x86', 'gcc'],
- 'gn_release_x86_gcc_minimal_symbols': [
- 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'],
'gn_release_x86_gcmole': [
'gn', 'release_bot', 'x86', 'gcmole', 'swarming'],
'gn_release_x86_gcmole_trybot': [
@@ -344,6 +340,10 @@
'gyp', 'release_bot', 'x86', 'swarming'],
'gyp_release_x86_disassembler': [
'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'],
+ 'gyp_release_x86_gcc': [
+ 'gyp', 'release_bot', 'x86', 'gcc'],
+ 'gyp_release_x86_gcc_minimal_symbols': [
+ 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'],
'gyp_release_x86_interpreted_regexp': [
'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'],
'gyp_release_x86_minimal_symbols': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698