From: Egor Chesakov Date: Sat, 14 Apr 2018 16:06:04 +0000 (-0700) Subject: Don't use tests/runtesttilstable.sh for Ubuntu arm jobs X-Git-Tag: accepted/tizen/unified/20190422.045933~2290^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a00163b7fb1554d00212a2f79c9ccddd96204e31;p=platform%2Fupstream%2Fcoreclr.git Don't use tests/runtesttilstable.sh for Ubuntu arm jobs --- diff --git a/netci.groovy b/netci.groovy index d6682bf..424ecbe 100755 --- a/netci.groovy +++ b/netci.groovy @@ -3166,15 +3166,7 @@ def static CreateOtherTestJob(def dslFactory, def project, def branch, def archi } } - def runScript = "" - if (isUbuntuArmJob) { - // Use 'runtesttilstable.sh' to rerun failing tests (in sequential mode); - // there are many tests that pass on rerun (currently), and we don't want - // that flakiness to affect overall test job robustness. - runScript = "${dockerCmd}./tests/runtesttilstable.sh" - } else { - runScript = "${dockerCmd}./tests/runtest.sh" - } + def runScript = "${dockerCmd}./tests/runtest.sh" shell("""\ ${runScript} \\