From f874e420f24028e0bd96b5ab2299696d9e648237 Mon Sep 17 00:00:00 2001 From: Roman Artemev Date: Mon, 24 Apr 2017 17:01:06 -0700 Subject: [PATCH] Testing. DO NOT MERGE ME --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 247da03..9e0339a 100755 --- a/netci.groovy +++ b/netci.groovy @@ -2165,7 +2165,7 @@ combinedScenarios.each { scenario -> if (testBuildScenario == 'coverage' || testBuildScenario == 'pri1r2r'|| testBuildScenario == 'gcstress15_pri1r2r') { testBuildScenario = 'pri1' } - else if ( testBuildScenario == 'r2r' || isLongGc(testBuildScenario)) { + else if ( testBuildScenario == 'r2r' || Constants.r2rJitStressScenarios.indexOf(testBuildScenario) != -1 || isLongGc(testBuildScenario)) { testBuildScenario = 'default' } def inputWindowTestsBuildName = '' -- 2.7.4