forked from mirrors/gecko-dev
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:
parent
440671e906
commit
888400592c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue