From e3abc12209cb0cecc53ba530fef10f8fc1f74520 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 23 Aug 2017 11:03:05 -0700 Subject: [PATCH] Revert image label change (#17981) * Revert image label change I decided to avoid doing the image update change, reverting. * Use full OS name --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index c60957730c4..fc6d00e4e7f 100644 --- a/netci.groovy +++ b/netci.groovy @@ -17,6 +17,6 @@ nodeVersions.each { nodeVer -> } Utilities.standardJobSetup(newJob, project, true, "*/${branch}") - Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20170821-1') + Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20161020') Utilities.addGithubPRTriggerForBranch(newJob, branch, "TypeScript Test Run ${newJobName}") }