Skip to content

Commit 83d6ffc

Browse files
committed
Update OS configurations
1 parent ad7d6b4 commit 83d6ffc

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

azure-pipelines-test-job.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ parameters:
66
name: ''
77
testScript: ''
88
configurations:
9-
LinuxNode8: { vmImage: 'ubuntu-16.04', nodeVersion: 8.x }
10-
LinuxNode10: { vmImage: 'ubuntu-16.04', nodeVersion: 10.x }
11-
WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
12-
WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
9+
LinuxNode8: { vmImage: 'ubuntu-latest', nodeVersion: 8.x }
10+
LinuxNode10: { vmImage: 'ubuntu-latest', nodeVersion: 10.x }
11+
LinuxNode12: { vmImage: 'ubuntu-latest', nodeVersion: 12.x }
12+
WindowsNode10: { vmImage: 'windows-latest', nodeVersion: 10.x }
1313

1414
jobs:
1515
- job: ${{ parameters.name }}

azure-pipelines.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,18 @@ jobs:
5757
name: Behavior
5858
testScript: tasks/e2e-behavior.sh
5959
configurations:
60-
LinuxNode8: { vmImage: 'ubuntu-16.04', nodeVersion: 8.x }
61-
LinuxNode10: { vmImage: 'ubuntu-16.04', nodeVersion: 10.x }
62-
WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
63-
WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
64-
MacNode8: { vmImage: 'macOS-10.13', nodeVersion: 8.x }
65-
MacNode10: { vmImage: 'macOS-10.13', nodeVersion: 10.x }
60+
LinuxNode8: { vmImage: 'ubuntu-latest', nodeVersion: 8.x }
61+
LinuxNode10: { vmImage: 'ubuntu-latest', nodeVersion: 10.x }
62+
LinuxNode12: { vmImage: 'ubuntu-latest', nodeVersion: 12.x }
63+
WindowsNode10: { vmImage: 'windows-latest', nodeVersion: 10.x }
64+
MacNode10: { vmImage: 'macOS-latest', nodeVersion: 10.x }
6665

6766
# ******************************************************************************
6867
# Old Node test suite
6968
# ******************************************************************************
7069
- job: OldNode
7170
pool:
72-
vmImage: ubuntu-16.04
71+
vmImage: ubuntu-latest
7372
steps:
7473
- task: NodeTool@0
7574
inputs:
@@ -82,7 +81,7 @@ jobs:
8281
# ******************************************************************************
8382
- job: UnsupportedNodeWithTypeScript
8483
pool:
85-
vmImage: ubuntu-16.04
84+
vmImage: ubuntu-latest
8685
steps:
8786
- task: NodeTool@0
8887
inputs:

0 commit comments

Comments
 (0)