Commit e5f29eda authored by Mohamed Heikal's avatar Mohamed Heikal Committed by Commit Bot

Update generate_milestone_reports.py versions to M85

Change-Id: Ie52f3a5986fb6f368cddba4449eca3cd2cf0a3b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305043Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789986}
parent 7a180635
...@@ -45,8 +45,7 @@ _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'depot_tools', ...@@ -45,8 +45,7 @@ _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'depot_tools',
_PUSH_URL = 'gs://chrome-supersize/milestones/' _PUSH_URL = 'gs://chrome-supersize/milestones/'
_DESIRED_CPUS = ['arm', 'arm_64'] _DESIRED_CPUS = ['arm', 'arm_64']
# Measure Chrome.apk since it's not a bundle. _DESIRED_APKS = ['Monochrome.apk', 'AndroidWebview.apk']
_DESIRED_APKS = ['Monochrome.apk', 'Chrome.apk', 'AndroidWebview.apk']
# Versions are manually gathered from # Versions are manually gathered from
# https://omahaproxy.appspot.com/history?os=android&channel=stable # https://omahaproxy.appspot.com/history?os=android&channel=stable
_DESIRED_VERSIONS = [ _DESIRED_VERSIONS = [
...@@ -73,7 +72,8 @@ _DESIRED_VERSIONS = [ ...@@ -73,7 +72,8 @@ _DESIRED_VERSIONS = [
'80.0.3987.99', '80.0.3987.99',
'81.0.4044.138', '81.0.4044.138',
'83.0.4103.60', '83.0.4103.60',
'84.0.4147.20', # Canary '84.0.4147.89',
'85.0.4183.25', # Canary
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment