diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2017-03-06 16:22:07 -0800 |
---|---|---|
committer | Bruce Forstall <brucefo@microsoft.com> | 2017-03-06 16:22:07 -0800 |
commit | 1cd7ceba344f994d8a055a8024321488e82944f8 (patch) | |
tree | 5fcd70f18609adc982f572bd573a59fdb6e6298c | |
parent | aeef0d20caceb33c80312fdf40ed242139cdd003 (diff) | |
download | coreclr-1cd7ceba344f994d8a055a8024321488e82944f8.tar.gz coreclr-1cd7ceba344f994d8a055a8024321488e82944f8.tar.bz2 coreclr-1cd7ceba344f994d8a055a8024321488e82944f8.zip |
Add missing "break" in a forcerelocs case
-rwxr-xr-x | netci.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
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)", |