Don't use tests/runtesttilstable.sh for Ubuntu arm jobs
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Sat, 14 Apr 2018 16:06:04 +0000 (09:06 -0700)
committerEgor Chesakov <Egor.Chesakov@microsoft.com>
Sat, 14 Apr 2018 16:06:04 +0000 (09:06 -0700)
netci.groovy

index d6682bf..424ecbe 100755 (executable)
@@ -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} \\