From 5c7921b448bab4b42972e7fce096860e22bcfc15 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Mon, 18 Jul 2022 13:02:52 +0300 Subject: [PATCH] For #26069 - Update steps for downloading APKs from open PRs. --- .experimenter.yaml | 2 +- .github/PULL_REQUEST_TEMPLATE | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.experimenter.yaml b/.experimenter.yaml index 2b3eaeb84..d387a8e24 100644 --- a/.experimenter.yaml +++ b/.experimenter.yaml @@ -36,8 +36,8 @@ messaging: type: string description: What should be displayed when a control message is selected. enum: - - show-next-message - show-none + - show-next-message styles: type: json description: "A map of styles to configure message appearance.\n" diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index d259b7bbc..170683e74 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -10,11 +10,12 @@ - [ ] **QA Needed** -### To download an APK when reviewing a PR: -1. click on Show All Checks, -2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark, -3. click on the "Fenix - assemble" task, then click "Run Artifacts". -4. the APK links should be on the left side of the screen, named for each CPU architecture +### To download an APK when reviewing a PR (after all CI tasks finished running): +1. Click on `Checks` at the top of the PR page. +2. Click on the `firefoxci-taskcluster` group on the left to expand all tasks. +3. Click on the `build-debug` task. +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