Bug 1819314 - Don't add a suffix to the focus product for the version. r=perftest-reviewers,kshampur

Differential Revision: https://phabricator.services.mozilla.com/D171223
This commit is contained in:
Greg Mierzwinski 2023-02-28 14:48:04 +00:00
parent 25a80e802b
commit 1695464c66

View File

@ -23,10 +23,13 @@ def before_iterations(kw):
architecture = "arm64-v8a"
if product == PROD_FOCUS:
if download_date >= datetime(2022, 12, 15):
if download_date >= datetime(2023, 2, 17):
pass
elif download_date >= datetime(2022, 12, 15):
product += "-v3"
elif download_date >= datetime(2021, 11, 5):
product += "-v2"
# The above sections with v2, v3 are occurring because of change in task cluster indicies
# This is not expected to occur regularly, the new indicies contain both focus and fenix
# android components