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

Unified Diff: masters/master.chromium/master_full_cfg.py

Issue 1905213002: Move Win x64 clobber bot and remove Win x64 GN bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix indent 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
Index: masters/master.chromium/master_full_cfg.py
diff --git a/masters/master.chromium/master_full_cfg.py b/masters/master.chromium/master_full_cfg.py
index ac60b8a780fb470ec97fddcecc3f5a04710c9ddb..c28d1e9454de19a8681bd25a80614453ca570126 100644
--- a/masters/master.chromium/master_full_cfg.py
+++ b/masters/master.chromium/master_full_cfg.py
@@ -33,6 +33,10 @@ B('Win', 'win_clobber', 'compile|windows', 'chromium',
notify_on_missing=True)
F('win_clobber', m_annotator.BaseFactory('chromium'))
+B('Win x64', 'win_x64_clobber', 'compile|windows', 'chromium',
+ notify_on_missing=True)
+F('win_x64_clobber', m_annotator.BaseFactory('chromium'))
+
################################################################################
## Mac
################################################################################

Powered by Google App Engine
This is Rietveld 408576698