Skip to content

Commit

Permalink
chore: Update DeviceFarm Minimum (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach authored Dec 5, 2023
1 parent 3f2ea63 commit 1bfe8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_test_in_devicefarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ minDevice=$(aws devicefarm list-devices \
--filters '[
{"attribute":"AVAILABILITY","operator":"EQUALS","values":["HIGHLY_AVAILABLE"]},
{"attribute":"PLATFORM","operator":"EQUALS","values":["ANDROID"]},
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["7"]},
{"attribute":"OS_VERSION","operator":"LESS_THAN","values":["7.1"]},
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["8"]},
{"attribute":"OS_VERSION","operator":"LESS_THAN","values":["8.1"]},
{"attribute":"MANUFACTURER","operator":"IN","values":["Google", "Pixel", "Samsung"]}
]' \
| jq -r '.devices[0].arn')
Expand Down

0 comments on commit 1bfe8e0

Please sign in to comment.