From 62a25a8d6ef333778fa3ad8c44c9bd0b591466b3 Mon Sep 17 00:00:00 2001 From: Richard Pappalardo Date: Fri, 20 Sep 2019 06:44:20 -0700 Subject: [PATCH] [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/5438 - Upgrade UI test devices to prevent slowdowns in test lab (https://github.com/mozilla-mobile/fenix/pull/5439) * Fixes https://github.com/mozilla-mobile/fenix/issues/5438 - Upgrade UI test devices to prevent slowdowns in test lab * fix: change api to supported version * refactor: try x86 devices instead --- automation/taskcluster/androidTest/flank-arm64-v8a.yml | 6 +++--- automation/taskcluster/lib/tasks.py | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/automation/taskcluster/androidTest/flank-arm64-v8a.yml b/automation/taskcluster/androidTest/flank-arm64-v8a.yml index 4888c6df0f..a571d584db 100644 --- a/automation/taskcluster/androidTest/flank-arm64-v8a.yml +++ b/automation/taskcluster/androidTest/flank-arm64-v8a.yml @@ -34,9 +34,9 @@ gcloud: performance-metrics: true device: - - model: sailfish - version: 25 - - model: sailfish + - model: walleye + version: 26 + - model: walleye version: 28 flank: diff --git a/automation/taskcluster/lib/tasks.py b/automation/taskcluster/lib/tasks.py index a77567a7bf..dcdbf2ecfb 100644 --- a/automation/taskcluster/lib/tasks.py +++ b/automation/taskcluster/lib/tasks.py @@ -196,8 +196,7 @@ class TaskBuilder(object): ) test_commands = ( - 'automation/taskcluster/androidTest/ui-test.sh arm64-v8a -1', - 'automation/taskcluster/androidTest/ui-test.sh armeabi-v7a -1', + 'automation/taskcluster/androidTest/ui-test.sh x86_64 -1', ) command = ' && '.join(