From 1510a499c74873d5bc4b2f6897f035ac5b4aa635 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Thu, 19 Oct 2023 18:54:09 +0100 Subject: [PATCH] [ci] Fix api leves on tests (#18132) --- eng/pipelines/device-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/device-tests.yml b/eng/pipelines/device-tests.yml index a1219ff1ebb0..362f0987af88 100644 --- a/eng/pipelines/device-tests.yml +++ b/eng/pipelines/device-tests.yml @@ -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 }}