Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Bug 1885946 - Fix Fenix/Focus beta test run calls in ui-tests-apk con…
Browse files Browse the repository at this point in the history
…figuration
  • Loading branch information
AaronMT authored and mergify[bot] committed Mar 18, 2024
1 parent c4ed1b2 commit d5037e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskcluster/ci/ui-test-apk/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ tasks:
commands:
- [wget, {artifact-reference: '<signed-apk-debug-apk/public/build/target.arm64-v8a.apk>'}, '-O', app.apk]
- [wget, {artifact-reference: '<signed-apk-android-test/public/build/target.noarch.apk>'}, '-O', android-test.apk]
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta-tests, app.apk, --apk_test, android-test.apk]
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta, app.apk, --apk_test, android-test.apk]
treeherder:
platform: 'focus-ui-test/opt'
symbol: focus-beta(ui-test-arm-beta)
Expand Down Expand Up @@ -258,7 +258,7 @@ tasks:
commands:
- [wget, {artifact-reference: '<signed-apk-debug-apk/public/build/target.arm64-v8a.apk>'}, '-O', app.apk]
- [wget, {artifact-reference: '<signed-apk-android-test/public/build/target.noarch.apk>'}, '-O', android-test.apk]
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta-tests, app.apk, --apk_test, android-test.apk]
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta, app.apk, --apk_test, android-test.apk]
treeherder:
platform: 'fenix-ui-test/opt'
symbol: fenix-beta(ui-test-arm-beta)
Expand Down

3 comments on commit d5037e8

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0]["short_base_ref"]: unknown context value base_ref

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0]["short_base_ref"]: unknown context value base_ref

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0]["short_base_ref"]: unknown context value base_ref

Please sign in to comment.