TestEngineering/Performance/NimbleDroid: Difference between revisions

→‎Automated: add link to the upload code
(Add a link to the documentation for uploading apks to ND for profiling)
(→‎Automated: add link to the upload code)
Line 98: Line 98:
curl -F apk="@${APK}" -F device_config="android5" -v -u SECRETHEREXXX: https://nimble.app/api/v2/apks || exit 1
curl -F apk="@${APK}" -F device_config="android5" -v -u SECRETHEREXXX: https://nimble.app/api/v2/apks || exit 1
</nowiki>
</nowiki>
For Reference Browser and Geckoview, see [https://github.com/mozilla-mobile/reference-browser/blob/5752fef68dafb8218431edc77850a859e1bfb889/automation/taskcluster/upload_apk_nimbledroid.py here]
For Fenix, see [https://github.com/mozilla-mobile/fenix/blob/5a4b7aec005ab549a2c23acd1930abe6b62cd900/automation/taskcluster/upload_apk_nimbledroid.py here]


== Manual ==
== Manual ==
352

edits