From: Bruce Forstall Date: Tue, 7 Mar 2017 00:22:07 +0000 (-0800) Subject: Add missing "break" in a forcerelocs case X-Git-Tag: submit/tizen/20210909.063632~11030^2~7825^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f90aa98af4205e020a32c546ffd0192028b8458;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add missing "break" in a forcerelocs case Commit migrated from https://github.com/dotnet/coreclr/commit/1cd7ceba344f994d8a055a8024321488e82944f8 --- diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index d1ca4b6..944f0c1 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/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)",