Skip to content

Commit

Permalink
bump latest Android version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach committed Aug 5, 2024
1 parent ee0a879 commit 6c1a634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_canary_in_devicefarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ latestDevice=$(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":["12"]},
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["14"]},
{"attribute":"MANUFACTURER","operator":"IN","values":["Google", "Pixel"]}
]' \
| jq -r '.devices[0].arn')
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_test_in_devicefarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ latestDevice=$(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":["12"]},
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["14"]},
{"attribute":"MANUFACTURER","operator":"IN","values":["Google", "Pixel"]}
]' \
| jq -r '.devices[0].arn')
Expand Down

0 comments on commit 6c1a634

Please sign in to comment.