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

Unified Diff: tools/mb/mb_config.pyl

Issue 2841253002: Remove/rename obsolete precise64 official builders. (Closed)
Patch Set: Remove/rename obsolete precise64 official builders. 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 411a1a3b9f20a86249bf2e5760b8b8b5b4c6914d..a933649451ae5ea15757b07b69d582d30d3c1d99 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -427,7 +427,6 @@
'linux64': 'official',
'mac64': 'official',
'mac64-recipes': 'official',
- 'precise64': 'official_six_concurrent_links',
# Currently the official bots set mini_installer_official_deps=1
# but it's not clear if that's actually used anywhere.
@@ -444,18 +443,19 @@
'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',
- },
+ # TODO(mmoss): Remove this once all official Windows recipes are working.
+ 'win-recipes': 'official',
},
'official.desktop.continuous': {
'mac beta': 'official',
'mac stable': 'official',
'mac trunk': 'official',
+ 'linux64 beta': 'official_six_concurrent_links',
+ 'linux64 stable': 'official_six_concurrent_links',
+ 'linux64 trunk': 'official_six_concurrent_links',
+ # TODO(mmoss): These precise64 entries can go away once the newly renamed
+ # builders are fully deployed.
'precise64 beta': 'official_six_concurrent_links',
'precise64 stable': 'official_six_concurrent_links',
'precise64 trunk': 'official_six_concurrent_links',
« 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