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

Unified Diff: tools/mb/mb_config.pyl

Issue 2792913003: Add new official.desktop Win PGO recipe builder. (Closed)
Patch Set: add TODO Created 3 years, 9 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 dfcb761a2b19c09a0dcb2c9613a404a3ff11525b..bbeade0f4425faf3a18fee50147f6f52b70bf8fc 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -453,6 +453,12 @@
'1': 'official_chrome_pgo_phase_1',
'2': 'official_chrome_pgo_phase_2',
},
+ # TODO(mmoss): Remove this once official recipes are working and this
+ # just becomes the regular "win64-pgo" builder.
+ 'win64-pgo-recipes': {
+ '1': 'official_chrome_pgo_phase_1',
+ '2': 'official_chrome_pgo_phase_2',
+ },
},
'official.desktop.continuous': {
« 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