Skip to content

Commit 2133410

Browse files
authored
move E2E tests to ubuntu-latest (#2818)
1 parent a4c4212 commit 2133410

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/yaml-templates/android-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ steps:
9191
targetType: inline
9292
script: 'chmod u+x ./gradlew && chmod u+x e2eTest.sh && ./e2eTest.sh ${{ parameters.shardNum }} ${{ parameters.shardIndex }}'
9393
workingDirectory: '$(Agent.BuildDirectory)/androidHost/apps/orangeandroid'
94+
continueOnError: true
9495

9596
- task: CodeQL3000Finalize@0
9697
condition: always()

tools/yaml-templates/web-e2e-tests-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
displayName: 'E2E Tests - Web ${{parameters.versionBranch}} - Via ${{parameters.teamsJsReferenceType}} - ${{parameters.hostingEnvironmentType}} Hosted - ${{testPrefixPattern}}'
3131
pool:
3232
name: Azure-Pipelines-1ESPT-ExDShared
33-
image: 'ubuntu-2004'
33+
image: 'ubuntu-latest'
3434
os: linux
3535
variables:
3636
- name: envType

0 commit comments

Comments
 (0)