Skip to content

Commit 1da1171

Browse files
committed
Switch to an FTL device with 16kb page sizes to see if the error occurs.
1 parent 7f65c48 commit 1da1171

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,16 @@
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
186-
{"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
181+
{"type": "ftl", "device": "model=shiba_beta,version=35"}, # Pixel 8 (to test 16kb page size)
182+
# {"type": "ftl", "device": "model=oriole,version=33"}, # Pixel 6
183+
# {"type": "ftl", "device": "model=panther,version=33"}, # Pixel 7
184+
# {"type": "ftl", "device": "model=lynx,version=33"}, # Pixel 7a
185+
# {"type": "ftl", "device": "model=cheetah,version=33"}, # Pixel 7 Pro
186+
# {"type": "ftl", "device": "model=felix,version=33"}, # Pixel Fold
187+
# {"type": "ftl", "device": "model=tangorpro,version=33"}, # Pixel Tablet
188+
# {"type": "ftl", "device": "model=gts8uwifi,version=33"}, # Galaxy Tab S8 Ultra
189+
# {"type": "ftl", "device": "model=b0q,version=33"}, # Galaxy S22 Ultra
190+
# {"type": "ftl", "device": "model=b4q,version=33"}, # Galaxy Z Flip4
190191
],
191192
"emulator_ftl_target": [
192193
{"type": "ftl", "device": "model=Pixel2,version=28"},

0 commit comments

Comments
 (0)