From 2f5b084ffec6957b70a744e1813c754c2b13f687 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Mon, 2 Nov 2015 11:38:34 -0800 Subject: [PATCH] Update netci.groovy to unblock the queues for lockdown. --- netci.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netci.groovy b/netci.groovy index e3842874b44..5682ab4bfff 100644 --- a/netci.groovy +++ b/netci.groovy @@ -137,7 +137,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam autoCloseFailedPullRequests(false) orgWhitelist('Microsoft') allowMembersOfWhitelistedOrgsAsAdmin(true) - permitAll(true) + permitAll(false) extensions { commitStatus { context(contextName.replace('_', '/').substring(7)) @@ -165,7 +165,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam switch (opsys) { case 'win': myJob.with { - label('windows-roslyn') + label('windows-roslyn || windows-roslyn-internal') steps { batchFile("""set TEMP=%WORKSPACE%\\Binaries\\Temp mkdir %TEMP% -- GitLab