1
0
Fork 0

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
master
Richard Pappalardo 2019-09-20 06:44:20 -07:00 committed by Sawyer Blatz
parent a1c8fc0698
commit 465e0e2487
2 changed files with 4 additions and 5 deletions

View File

@ -34,9 +34,9 @@ gcloud:
performance-metrics: true
device:
- model: sailfish
version: 25
- model: sailfish
- model: walleye
version: 26
- model: walleye
version: 28
flank:

View File

@ -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(