Skip to content

Commit

Permalink
Don't use tests/runtesttilstable.sh for Ubuntu arm jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
echesakov committed Apr 14, 2018
1 parent 4640016 commit a00163b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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} \\
Expand Down

0 comments on commit a00163b

Please sign in to comment.