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

Unified Diff: tools/mb/mb_config.pyl

Issue 1907083003: Add new 'Win x64', 'Win 10 Fast Ring' bot configs to MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add Win 10 Fast Ring Created 4 years, 8 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 00599b9bbac1fc5f1cb044c51e92913277530d23..bfd3acfd15a86546757e42cfd0e9966af5569d44 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -16,6 +16,7 @@
'Linux x64': 'noswarming_gn_release_bot',
'Mac': 'noswarming_gyp_release_bot_mac_strip',
'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86',
+ 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
},
'chromium.android': {
@@ -212,6 +213,7 @@
'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
'Win8 Tests (1)': 'none',
'Win8 Tests (2)': 'none',
+ 'Win 10 Fast Ring': 'gn_release_trybot_x64',
Will Harris 2016/04/21 23:20:39 observation: this turns on dcheck for the fyi bot,
'Windows Browser (DrMemory light) (1)': 'none',
'Windows Browser (DrMemory light) (2)': 'none',
@@ -1158,6 +1160,10 @@
'gn', 'release_trybot',
],
+ 'gn_release_trybot_x64': [
+ 'gn', 'release_trybot', 'x64',
+ ],
+
'gn_release_trybot_x86': [
'gn', 'release_trybot', 'x86',
],
@@ -1370,6 +1376,10 @@
'noswarming', 'gn', 'release_bot',
],
+ 'noswarming_gn_release_bot_minimal_symbols_x64': [
+ 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64',
+ ],
+
'noswarming_gyp_release_bot_mac_strip': [
'noswarming', 'gyp', 'release_bot', 'mac_strip',
],
« 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