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

Unified Diff: catapult_base/catapult_base/update_reference_build

Issue 3004533002: [catapult] Roll forward Chrome reference builds (Closed)
Patch Set: filed a bug on the disabled win test Created 3 years, 4 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 | common/py_utils/py_utils/chrome_binaries.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_base/catapult_base/update_reference_build
diff --git a/catapult_base/catapult_base/update_reference_build b/catapult_base/catapult_base/update_reference_build
index ccd7cbec9a3a8fd0bfd4bde639947924f28c8caf..4884b08d899d1c6c9f909d9c244667a0d52c2e88 100755
--- a/catapult_base/catapult_base/update_reference_build
+++ b/catapult_base/catapult_base/update_reference_build
@@ -46,8 +46,7 @@ _PLATFORMS_TO_UPDATE = ['mac_x86_64', 'win_x86', 'win_AMD64', 'linux_x86_64',
# Remove a channal name from this list to disable updating it.
# Add one to enable updating it.
-_CHANNELS_TO_UPDATE = [#'canary', 'dev']#,
- 'stable']
+_CHANNELS_TO_UPDATE = ['canary', 'dev', 'stable']
# Omaha is Chrome's autoupdate server. It reports the current versions used
@@ -77,8 +76,8 @@ _PLATFORM_MAP = { 'mac_x86_64': UpdateInfo(omaha='mac',
zip_name='chrome-win64-pgo.zip'),
'linux_x86_64': UpdateInfo(omaha='linux',
gs_folder='desktop-*',
- gs_build='precise64',
- zip_name='chrome-precise64.zip'),
+ gs_build='linux64',
+ zip_name='chrome-linux64.zip'),
'android_k_armeabi-v7a': UpdateInfo(omaha='android',
gs_folder='android-*',
gs_build='arm',
« no previous file with comments | « no previous file | common/py_utils/py_utils/chrome_binaries.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698