Add missing "break" in a forcerelocs case
authorBruce Forstall <brucefo@microsoft.com>
Tue, 7 Mar 2017 00:22:07 +0000 (16:22 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Tue, 7 Mar 2017 00:22:07 +0000 (16:22 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/1cd7ceba344f994d8a055a8024321488e82944f8

src/coreclr/netci.groovy

index d1ca4b6..944f0c1 100755 (executable)
@@ -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)",