From 4481b816c4d5e1495450dd5c328658d9fc433fbd Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Mon, 10 Feb 2025 10:46:42 -0800 Subject: [PATCH] Switch to an FTL device with 16kb page sizes to see if the error occurs. --- scripts/gha/print_matrix_configuration.py | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/scripts/gha/print_matrix_configuration.py b/scripts/gha/print_matrix_configuration.py index ad88486501..48363431b7 100644 --- a/scripts/gha/print_matrix_configuration.py +++ b/scripts/gha/print_matrix_configuration.py @@ -178,15 +178,16 @@ {"type": "ftl", "device": "model=SH-01L,version=28"}, # AQUOS sense2 SH-01L ], "android_latest": [ - {"type": "ftl", "device": "model=oriole,version=33"}, # Pixel 6 - {"type": "ftl", "device": "model=panther,version=33"}, # Pixel 7 - {"type": "ftl", "device": "model=lynx,version=33"}, # Pixel 7a - {"type": "ftl", "device": "model=cheetah,version=33"}, # Pixel 7 Pro - {"type": "ftl", "device": "model=felix,version=33"}, # Pixel Fold - {"type": "ftl", "device": "model=tangorpro,version=33"}, # Pixel Tablet - {"type": "ftl", "device": "model=gts8uwifi,version=33"}, # Galaxy Tab S8 Ultra - {"type": "ftl", "device": "model=b0q,version=33"}, # Galaxy S22 Ultra - {"type": "ftl", "device": "model=b4q,version=33"}, # Galaxy Z Flip4 + {"type": "ftl", "device": "model=shiba_beta,version=35"}, # Pixel 8 (to test 16kb page size) +# {"type": "ftl", "device": "model=oriole,version=33"}, # Pixel 6 +# {"type": "ftl", "device": "model=panther,version=33"}, # Pixel 7 +# {"type": "ftl", "device": "model=lynx,version=33"}, # Pixel 7a +# {"type": "ftl", "device": "model=cheetah,version=33"}, # Pixel 7 Pro +# {"type": "ftl", "device": "model=felix,version=33"}, # Pixel Fold +# {"type": "ftl", "device": "model=tangorpro,version=33"}, # Pixel Tablet +# {"type": "ftl", "device": "model=gts8uwifi,version=33"}, # Galaxy Tab S8 Ultra +# {"type": "ftl", "device": "model=b0q,version=33"}, # Galaxy S22 Ultra +# {"type": "ftl", "device": "model=b4q,version=33"}, # Galaxy Z Flip4 ], "emulator_ftl_target": [ {"type": "ftl", "device": "model=Pixel2,version=28"},