Skip to content

Commit 5d1f3e3

Browse files
authored
Update test devices (#1850)
The Galaxy Tab S3 is no longer avalible and while I am here I might as well up android latest to more current devices
1 parent 7e0be0a commit 5d1f3e3

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

scripts/gha/print_matrix_configuration.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,19 +174,19 @@
174174
TEST_DEVICES = {
175175
"android_target": [
176176
{"type": "ftl", "device": "model=blueline,version=28"}, # Pixel 3
177-
{"type": "ftl", "device": "model=gts3lltevzw,version=28"}, # Galaxy Tab S3
177+
{"type": "ftl", "device": "model=gts8wifi,version=34"}, # Galaxy Tab S8
178178
{"type": "ftl", "device": "model=SH-01L,version=28"}, # AQUOS sense2 SH-01L
179179
],
180180
"android_latest": [
181-
{"type": "ftl", "device": "model=oriole,version=33"}, # Pixel 6
182-
{"type": "ftl", "device": "model=panther,version=33"}, # Pixel 7
183-
{"type": "ftl", "device": "model=lynx,version=33"}, # Pixel 7a
184-
{"type": "ftl", "device": "model=cheetah,version=33"}, # Pixel 7 Pro
185-
{"type": "ftl", "device": "model=felix,version=33"}, # Pixel Fold
181+
{"type": "ftl", "device": "model=tokay,version=36"}, # Pixel 9
182+
{"type": "ftl", "device": "model=frankel,version=36"}, # Pixel 10
183+
{"type": "ftl", "device": "model=stallion,version=36"}, # Pixel 10a
184+
{"type": "ftl", "device": "model=mustang,version=36"}, # Pixel 10 Pro XL
185+
{"type": "ftl", "device": "model=rango,version=36"}, # Pixel 10 Pro Fold
186186
{"type": "ftl", "device": "model=tangorpro,version=33"}, # Pixel Tablet
187-
{"type": "ftl", "device": "model=gts8uwifi,version=33"}, # Galaxy Tab S8 Ultra
188-
{"type": "ftl", "device": "model=b0q,version=33"}, # Galaxy S22 Ultra
189-
{"type": "ftl", "device": "model=b4q,version=33"}, # Galaxy Z Flip4
187+
{"type": "ftl", "device": "model=gts9wifi,version=34"}, # Galaxy Tab S9
188+
{"type": "ftl", "device": "model=pa3q,version=36"}, # Galaxy S25 Ultra
189+
{"type": "ftl", "device": "model=b6q,version=34"}, # Galaxy Z Flip6
190190
],
191191
"emulator_ftl_target": [
192192
{"type": "ftl", "device": "model=Pixel2,version=28"},

0 commit comments

Comments
 (0)