Skip to content

Commit

Permalink
[ci] Fix api leves on tests (#18132)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Oct 19, 2023
1 parent bbfd28c commit 1510a49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eng/pipelines/device-tests.yml
Expand Up @@ -106,9 +106,8 @@ stages:
windowsPool: ${{ parameters.windowsPool }}
agentPoolAccessToken: $(AgentPoolAccessToken)
${{ if or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv'))) }}:
androidApiLevels: [ 30, 29, 28, 27, 26, 25, 24, 23 ]
# androidApiLevels: [ 30, 29, 28, 27, 26, 25, 24, 23, 22, 21 ] # fix the issue of getting the test results off
iosVersions: [ '16.4', '15.5', '14.5', '13.7']
androidApiLevels: [ 33, 30, 29, 28, 27, 26, 25, 24, 23 ]
iosVersions: [ '16.4', '15.5', '14.5']
catalystVersions: [ 'latest' ]
windowsVersions: ['packaged', 'unpackaged']
provisionatorChannel: ${{ parameters.provisionatorChannel }}
Expand Down

0 comments on commit 1510a49

Please sign in to comment.