Commit cdd0ddd
authored
ci: Update of iOS model to 13 (#3611)
## Purpose of this PR
This PR aims to address iOS test failures on trunk that are happening
because iOS min version was bumped to 15.0 where **SE** model that we
were using is supporting 13.6.1 as per documentation.
To address this we will update the model to **13** which supports 16.6
so minimum spec will be satisfied and we will use newer device
Additionally this requires to address an issue of:
> Automatic UI interruption handling is available for iPhones running
iOS 15 and above (models SE-Gen3 and 13). It is enabled by default when
using those devices. Otherwise, system alerts (e.g. “Local Network
Access” permission alert, introduced in iOS 14) might cause disruptions
during test execution.
>
> If building of the test app is done on a separate (“Build”) job,
please make sure that that job has environment variable
UNITY_HANDLEUIINTERRUPTIONS set to 1.
### Jira ticket
N/A
## Documentation
Added mention in CI comments
## Testing & QA
Green CI for iOS test for trunk will be enough
## Backport
Will do1 parent 9c95726 commit cdd0ddd
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
99 | | - | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments