From 1cd7ceba344f994d8a055a8024321488e82944f8 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 6 Mar 2017 16:22:07 -0800 Subject: Add missing "break" in a forcerelocs case --- netci.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/netci.groovy b/netci.groovy index d1ca4b6984..944f0c199f 100755 --- a/netci.groovy +++ b/netci.groovy @@ -765,6 +765,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, assert (os == 'Windows_NT') || (os in Constants.crossList) Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build and Test (Jit - ForceRelocs)", "(?i).*test\\W+${os}\\W+${scenario}.*") + break case 'jitstressregs1': assert (os == 'Windows_NT') || (os in Constants.crossList) Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build and Test (Jit - JitStressRegs=1)", -- cgit v1.2.3