From 376d2e8469f2806c5a3080ed37838d577e60ae26 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Wed, 16 Mar 2016 15:24:50 -0700 Subject: Switch default Windows x64 Release PR test to pri1 in CI --- netci.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/netci.groovy b/netci.groovy index 416e8de085..cf51d24550 100644 --- a/netci.groovy +++ b/netci.groovy @@ -526,13 +526,14 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, switch (scenario) { case 'default': // Default trigger - if (configuration != 'Checked') { + if (configuration == 'Debug') { Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build and Test") } break case 'pri1': + // Default trigger if (configuration == 'Release') { - Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Priority 1 Build and Test", "(?i).*test\\W+${os}\\W+${scenario}.*") + Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Priority 1 Build and Test") } break case 'ilrt': -- cgit v1.2.3