From a00163b7fb1554d00212a2f79c9ccddd96204e31 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Sat, 14 Apr 2018 09:06:04 -0700 Subject: [PATCH] Don't use tests/runtesttilstable.sh for Ubuntu arm jobs --- netci.groovy | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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} \\ -- 2.7.4