浏览代码

Jenkins (netci.groovy): Update Style Checks to use Ubuntu16.04. Fixes #2928

Doug Ilijev 8 年之前
父节点
当前提交
dba43fb1c3
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      netci.groovy

+ 1 - 2
netci.groovy

@@ -20,7 +20,6 @@ def msbuildTypeMap = [
 def machineTypeToOSTagMap = [
     'Windows 7': 'Windows 7',
     'Windows_NT': 'Windows',
-    'Ubuntu14.04': 'Ubuntu14.04',
     'Ubuntu16.04': 'Ubuntu',
     'OSX': 'OSX'
 ]
@@ -212,7 +211,7 @@ def CreateStyleCheckTasks = { taskString, taskName, checkName ->
             Utilities.addGithubPushTrigger(newJob)
         }
 
-        Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', 'latest-or-auto')
+        Utilities.setMachineAffinity(newJob, 'Ubuntu16.04', 'latest-or-auto')
     }
 }