For #26069 - Update steps for downloading APKs from open PRs.

pull/543/head
Mugurell 2 years ago committed by mergify[bot]
parent 96472c9d72
commit 5c7921b448

@ -36,8 +36,8 @@ messaging:
type: string type: string
description: What should be displayed when a control message is selected. description: What should be displayed when a control message is selected.
enum: enum:
- show-next-message
- show-none - show-none
- show-next-message
styles: styles:
type: json type: json
description: "A map of styles to configure message appearance.\n" description: "A map of styles to configure message appearance.\n"

@ -10,11 +10,12 @@
<!-- Before submitting the PR, please address each item --> <!-- Before submitting the PR, please address each item -->
- [ ] **QA Needed** - [ ] **QA Needed**
### To download an APK when reviewing a PR: ### To download an APK when reviewing a PR (after all CI tasks finished running):
1. click on Show All Checks, 1. Click on `Checks` at the top of the PR page.
2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark, 2. Click on the `firefoxci-taskcluster` group on the left to expand all tasks.
3. click on the "Fenix - assemble" task, then click "Run Artifacts". 3. Click on the `build-debug` task.
4. the APK links should be on the left side of the screen, named for each CPU architecture 4. Click on `View task in Taskcluster` in the new `DETAILS` section.
5. The APK links should be on the right side of the screen, named for each CPU architecture.
### GitHub Automation ### GitHub Automation
<!-- Do not add anything below this line --> <!-- Do not add anything below this line -->

Loading…
Cancel
Save