Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions scripts/gha/print_matrix_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
"emulator_32bit": [ {"type": "virtual", "image":"system-images;android-30;google_apis;x86"} ],
"ios_min": [
# Slightly different OS versions because of limited FTL selection.
{"type": "ftl", "device": "model=iphone13pro,version=15.7"},
{"type": "ftl", "device": "model=iphone8,version=15.7"},
{"type": "ftl", "device": "model=iphone14pro,version=16.6"},
{"type": "ftl", "device": "model=iphone8,version=16.6"},
],
"ios_target": [
# Slightly different OS versions because of limited FTL selection.
Expand All @@ -217,8 +217,7 @@
{"type": "ftl", "device": "model=ipad10,version=16.6"},
],
"ios_latest": [
{"type": "ftl", "device": "model=iphone15,version=18.0"},
{"type": "ftl", "device": "model=iphone15pro,version=18.0"},
{"type": "ftl", "device": "model=iphone16pro,version=18.3"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The ios_latest configuration is being updated to a single device, iphone16pro. The previous configuration included two devices (iphone15 and iphone15pro), which provided more variety in testing since a device is chosen randomly for each run. This change reduces the diversity of devices for the 'latest' category. If other recent iPhone models are available on FTL with a compatible OS version, please consider adding them to this list to broaden the test coverage.

],
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
Expand Down
Loading