Skip to content

Commit dba43fb

Browse files
committed
Jenkins (netci.groovy): Update Style Checks to use Ubuntu16.04. Fixes chakra-core#2928
1 parent cd5d4c8 commit dba43fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

netci.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def msbuildTypeMap = [
2020
def machineTypeToOSTagMap = [
2121
'Windows 7': 'Windows 7',
2222
'Windows_NT': 'Windows',
23-
'Ubuntu14.04': 'Ubuntu14.04',
2423
'Ubuntu16.04': 'Ubuntu',
2524
'OSX': 'OSX'
2625
]
@@ -212,7 +211,7 @@ def CreateStyleCheckTasks = { taskString, taskName, checkName ->
212211
Utilities.addGithubPushTrigger(newJob)
213212
}
214213

215-
Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', 'latest-or-auto')
214+
Utilities.setMachineAffinity(newJob, 'Ubuntu16.04', 'latest-or-auto')
216215
}
217216
}
218217

0 commit comments

Comments
 (0)