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

Unified Diff: infra/mb/mb_config.pyl

Issue 2130723002: [gn] Switch linux bots on beta/stable to gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase 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 b39606be3c4b6e982e0b31af70b32a86297ad41c..b530ec8830de4b2e9bf1ee6176d7466971a6f3d9 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -104,14 +104,14 @@
'gyp_debug_simulate_x87_no_snap',
},
'client.v8.branches': {
- 'V8 Linux - beta branch': 'gyp_release_x86',
- 'V8 Linux - beta branch - debug': 'gyp_debug_x86',
- 'V8 Linux - stable branch': 'gyp_release_x86',
- 'V8 Linux - stable branch - debug': 'gyp_debug_x86',
+ 'V8 Linux - beta branch': 'gn_release_x86',
+ 'V8 Linux - beta branch - debug': 'gn_debug_x86',
+ 'V8 Linux - stable branch': 'gn_release_x86',
+ 'V8 Linux - stable branch - debug': 'gn_debug_x86',
'V8 Linux64 - beta branch': 'gyp_release_x64',
- 'V8 Linux64 - beta branch - debug': 'gyp_debug_x64',
- 'V8 Linux64 - stable branch': 'gyp_release_x64',
- 'V8 Linux64 - stable branch - debug': 'gyp_debug_x64',
+ 'V8 Linux64 - beta branch - debug': 'gn_debug_x64',
+ 'V8 Linux64 - stable branch': 'gn_release_x64',
+ 'V8 Linux64 - stable branch - debug': 'gn_debug_x64',
'V8 arm - sim - beta branch': 'gyp_release_simulate_arm',
'V8 arm - sim - beta branch - debug': 'gyp_debug_simulate_arm',
'V8 arm - sim - stable branch': 'gyp_release_simulate_arm',
@@ -188,6 +188,8 @@
'gn', 'release_trybot', 'x64', 'swarming'],
# GN debug configs for x64.
+ 'gn_debug_x64': [
+ 'gn', 'debug_bot', 'x64', 'swarming'],
'gn_debug_x64_custom': [
'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'],
'gn_debug_x64_trybot': [
@@ -206,6 +208,8 @@
'gn', 'debug_trybot', 'x86', 'swarming'],
# GN release configs for x86.
+ 'gn_release_x86': [
+ 'gn', 'release_bot', 'x86', 'swarming'],
'gn_release_x86_gcmole': [
'gn', 'release_bot', 'x86', 'gcmole', 'swarming'],
'gn_release_x86_gcmole_trybot': [
« 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