Skip to content

Commit

Permalink
Update OS configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz committed Nov 25, 2019
1 parent ad7d6b4 commit 83d6ffc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ parameters:
name: ''
testScript: ''
configurations:
LinuxNode8: { vmImage: 'ubuntu-16.04', nodeVersion: 8.x }
LinuxNode10: { vmImage: 'ubuntu-16.04', nodeVersion: 10.x }
WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
LinuxNode8: { vmImage: 'ubuntu-latest', nodeVersion: 8.x }
LinuxNode10: { vmImage: 'ubuntu-latest', nodeVersion: 10.x }
LinuxNode12: { vmImage: 'ubuntu-latest', nodeVersion: 12.x }
WindowsNode10: { vmImage: 'windows-latest', nodeVersion: 10.x }

jobs:
- job: ${{ parameters.name }}
Expand Down
15 changes: 7 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,18 @@ jobs:
name: Behavior
testScript: tasks/e2e-behavior.sh
configurations:
LinuxNode8: { vmImage: 'ubuntu-16.04', nodeVersion: 8.x }
LinuxNode10: { vmImage: 'ubuntu-16.04', nodeVersion: 10.x }
WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
MacNode8: { vmImage: 'macOS-10.13', nodeVersion: 8.x }
MacNode10: { vmImage: 'macOS-10.13', nodeVersion: 10.x }
LinuxNode8: { vmImage: 'ubuntu-latest', nodeVersion: 8.x }
LinuxNode10: { vmImage: 'ubuntu-latest', nodeVersion: 10.x }
LinuxNode12: { vmImage: 'ubuntu-latest', nodeVersion: 12.x }
WindowsNode10: { vmImage: 'windows-latest', nodeVersion: 10.x }
MacNode10: { vmImage: 'macOS-latest', nodeVersion: 10.x }

# ******************************************************************************
# Old Node test suite
# ******************************************************************************
- job: OldNode
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
Expand All @@ -82,7 +81,7 @@ jobs:
# ******************************************************************************
- job: UnsupportedNodeWithTypeScript
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
Expand Down

0 comments on commit 83d6ffc

Please sign in to comment.