From: Russ Keldorph Date: Thu, 23 Jun 2016 19:28:07 +0000 (-0700) Subject: Move R2R JitStress jobs into the jitstress folder with the others. X-Git-Tag: accepted/tizen/base/20180629.140029~4196^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93e0d1a5b6a0dbd3b3695f1dee6927d37f2eed8e;p=platform%2Fupstream%2Fcoreclr.git Move R2R JitStress jobs into the jitstress folder with the others. --- diff --git a/netci.groovy b/netci.groovy index 6c86765..ce1907b 100755 --- a/netci.groovy +++ b/netci.groovy @@ -96,7 +96,8 @@ def static setMachineAffinity(def job, def os, def architecture) { } def static isJITStressJob(def scenario) { - return Constants.jitStressModeScenarios.containsKey(scenario) + return Constants.jitStressModeScenarios.containsKey(scenario) || + (Constants.r2rJitStressScenarios.indexOf(scenario) != -1) } def static isGCStressRelatedTesting(def scenario) {