summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-04-14 09:06:04 -0700
committerEgor Chesakov <Egor.Chesakov@microsoft.com>2018-04-14 09:06:04 -0700
commita00163b7fb1554d00212a2f79c9ccddd96204e31 (patch)
tree75e0a7c947132612794f570984e817b9a8646b0a
parent46400160ab35a64995708179a49eac49dcb7abf6 (diff)
downloadcoreclr-a00163b7fb1554d00212a2f79c9ccddd96204e31.tar.gz
coreclr-a00163b7fb1554d00212a2f79c9ccddd96204e31.tar.bz2
coreclr-a00163b7fb1554d00212a2f79c9ccddd96204e31.zip
Don't use tests/runtesttilstable.sh for Ubuntu arm jobs
-rwxr-xr-xnetci.groovy10
1 files changed, 1 insertions, 9 deletions
diff --git a/netci.groovy b/netci.groovy
index d6682bf809..424ecbed98 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} \\