From d5037e8f4f22f96b3012494dadcdac191a7de5c4 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Mon, 18 Mar 2024 12:06:36 -0400 Subject: [PATCH] Bug 1885946 - Fix Fenix/Focus beta test run calls in ui-tests-apk configuration --- taskcluster/ci/ui-test-apk/kind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/ui-test-apk/kind.yml b/taskcluster/ci/ui-test-apk/kind.yml index afe05fb9b182..6bc2f34cec53 100644 --- a/taskcluster/ci/ui-test-apk/kind.yml +++ b/taskcluster/ci/ui-test-apk/kind.yml @@ -175,7 +175,7 @@ tasks: commands: - [wget, {artifact-reference: ''}, '-O', app.apk] - [wget, {artifact-reference: ''}, '-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) @@ -258,7 +258,7 @@ tasks: commands: - [wget, {artifact-reference: ''}, '-O', app.apk] - [wget, {artifact-reference: ''}, '-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)