From 70ca0dd584895dab0862bcc3b4be1d445a0439ec Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 29 Nov 2023 11:19:24 +0000 Subject: [PATCH] =?UTF-8?q?[tests]=C2=A0Add=20runs=20on=20iOS17=20(#18962)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add runs on iOS17 * Update device-tests.yml --- eng/pipelines/device-tests.yml | 4 ++-- eng/pipelines/ui-tests.yml | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/eng/pipelines/device-tests.yml b/eng/pipelines/device-tests.yml index 1c79b2934..0b1e9c9d6 100644 --- a/eng/pipelines/device-tests.yml +++ b/eng/pipelines/device-tests.yml @@ -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 }} diff --git a/eng/pipelines/ui-tests.yml b/eng/pipelines/ui-tests.yml index 200aeccb8..b1af353a6 100644 --- a/eng/pipelines/ui-tests.yml +++ b/eng/pipelines/ui-tests.yml @@ -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