Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
Moving to Ubuntu-latest
  • Loading branch information
RaananW authored Sep 7, 2021
1 parent 610bd75 commit 6647d69
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- job: WhatsNewUpdate
displayName: '1. What s New Update'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand All @@ -29,7 +29,7 @@ jobs:
- job: DocumentationCheck
displayName: '2. Documentation Check'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand All @@ -44,7 +44,7 @@ jobs:
- job: Linting
displayName: '3. Linting'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand All @@ -59,7 +59,7 @@ jobs:
- job: Build
displayName: '4. Build and Unit Tests'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand All @@ -82,7 +82,7 @@ jobs:
- job: TestsWebGL1
displayName: '5. Validation Tests WebGL1'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand All @@ -109,7 +109,7 @@ jobs:
- job: TestsWebGL2
displayName: '6. Validation Tests WebGL2'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- job: ModuleTests
displayName: '7. Module Tests'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- job: ViewerTests
displayName: '8. Viewer Tests'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- task: Npm@1
Expand Down Expand Up @@ -207,4 +207,4 @@ jobs:
condition: succeededOrFailed()
inputs:
testRunner: JUnit
testResultsFiles: '.temp/testResults/ViewerValidationTests.xml'
testResultsFiles: '.temp/testResults/ViewerValidationTests.xml'

0 comments on commit 6647d69

Please sign in to comment.