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

Unified Diff: tools/mb/mb_config.pyl

Issue 2814953002: Add new official.desktop Win PGO recipe builder. (Closed)
Patch Set: Created 3 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 ad91f61bb9c7d00f6dbd4b00d1e991adac478ec4..b54b1aa2e66024ca04502a0e75603d54ba441419 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -456,6 +456,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