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

Commit d5037e8

Browse files
AaronMTmergify[bot]
authored andcommitted
Bug 1885946 - Fix Fenix/Focus beta test run calls in ui-tests-apk configuration
1 parent c4ed1b2 commit d5037e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taskcluster/ci/ui-test-apk/kind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ tasks:
175175
commands:
176176
- [wget, {artifact-reference: '<signed-apk-debug-apk/public/build/target.arm64-v8a.apk>'}, '-O', app.apk]
177177
- [wget, {artifact-reference: '<signed-apk-android-test/public/build/target.noarch.apk>'}, '-O', android-test.apk]
178-
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta-tests, app.apk, --apk_test, android-test.apk]
178+
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta, app.apk, --apk_test, android-test.apk]
179179
treeherder:
180180
platform: 'focus-ui-test/opt'
181181
symbol: focus-beta(ui-test-arm-beta)
@@ -258,7 +258,7 @@ tasks:
258258
commands:
259259
- [wget, {artifact-reference: '<signed-apk-debug-apk/public/build/target.arm64-v8a.apk>'}, '-O', app.apk]
260260
- [wget, {artifact-reference: '<signed-apk-android-test/public/build/target.noarch.apk>'}, '-O', android-test.apk]
261-
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta-tests, app.apk, --apk_test, android-test.apk]
261+
- [python3, ../taskcluster/scripts/tests/test-lab.py, arm-beta, app.apk, --apk_test, android-test.apk]
262262
treeherder:
263263
platform: 'fenix-ui-test/opt'
264264
symbol: fenix-beta(ui-test-arm-beta)

0 commit comments

Comments
 (0)