From 465e0e24871061d83ca15b51a09ccd81fef52caf Mon Sep 17 00:00:00 2001 From: Richard Pappalardo Date: Fri, 20 Sep 2019 06:44:20 -0700 Subject: [PATCH] Fixes #5438 - Upgrade UI test devices to prevent slowdowns in test lab (#5439) * Fixes #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 4888c6df0..a571d584d 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 a77567a7b..dcdbf2ecf 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(