Bug 1675863 - mozperftest uses a fixed build of geckoview_example from 05/21/2020 r=sparky

Updated the url used by perftest from 'nightly' to 'shippable'

Differential Revision: https://phabricator.services.mozilla.com/D96463
This commit is contained in:
Andrew Creskey 2020-11-10 14:07:43 +00:00
parent 440671e906
commit 888400592c

View file

@ -17,7 +17,7 @@ _FENIX_NIGHTLY_BUILDS = (
"mobile.v2.fenix.nightly.latest.{architecture}" "mobile.v2.fenix.nightly.latest.{architecture}"
"/artifacts/public/build/{architecture}/target.apk" "/artifacts/public/build/{architecture}/target.apk"
) )
_GV_BUILDS = "gecko.v2.mozilla-central.nightly.latest.mobile.android-" _GV_BUILDS = "gecko.v2.mozilla-central.shippable.latest.mobile.android-"
_REFBROW_BUILDS = ( _REFBROW_BUILDS = (
"mobile.v2.reference-browser.nightly.latest.{architecture}" "mobile.v2.reference-browser.nightly.latest.{architecture}"
"/artifacts/public/target.{architecture}.apk" "/artifacts/public/target.{architecture}.apk"