[tests] Add runs on iOS17 (#18962)
* Add runs on iOS17 * Update device-tests.yml
This commit is contained in:
Родитель
7e636f29c8
Коммит
70ca0dd584
|
@ -107,13 +107,13 @@ stages:
|
|||
agentPoolAccessToken: $(AgentPoolAccessToken)
|
||||
${{ if or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv'))) }}:
|
||||
androidApiLevels: [ 33, 30, 29, 28, 27, 26, 25, 24, 23 ]
|
||||
iosVersions: [ '16.4', '15.5', '14.5']
|
||||
iosVersions: [ '17.0', '16.4', '15.5', '14.5']
|
||||
catalystVersions: [ 'latest' ]
|
||||
windowsVersions: ['packaged', 'unpackaged']
|
||||
provisionatorChannel: ${{ parameters.provisionatorChannel }}
|
||||
${{ if not(or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv')))) }}:
|
||||
androidApiLevels: [ 30, 23 ]
|
||||
iosVersions: [ '16.4' ]
|
||||
iosVersions: [ '17.0', '16.4' ]
|
||||
catalystVersions: [ 'latest' ]
|
||||
windowsVersions: ['packaged', 'unpackaged']
|
||||
provisionatorChannel: ${{ parameters.provisionatorChannel }}
|
||||
|
|
|
@ -133,13 +133,11 @@ stages:
|
|||
agentPoolAccessToken: $(AgentPoolAccessToken)
|
||||
${{ if or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv'))) }}:
|
||||
androidApiLevels: [ 30 ]
|
||||
# androidApiLevels: [ 30, 29, 28, 27, 26, 25, 24, 23, 22, 21 ] # fix the issue of getting the test results off
|
||||
iosVersions: [ '16.4' ]
|
||||
iosVersions: [ '17.0', '16.4' ]
|
||||
provisionatorChannel: ${{ parameters.provisionatorChannel }}
|
||||
${{ if not(or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv')))) }}:
|
||||
androidApiLevels: [ 30 ]
|
||||
# androidApiLevels: [ 30, 21 ] # fix the issue of getting the test results off
|
||||
iosVersions: [ '16.4' ]
|
||||
iosVersions: [ '17.0', '16.4' ]
|
||||
provisionatorChannel: ${{ parameters.provisionatorChannel }}
|
||||
${{ if or(parameters.CompatibilityTests, ne(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
runCompatibilityTests: true
|
||||
|
|
Загрузка…
Ссылка в новой задаче