Skip to content

Commit

Permalink
Trying to add retries on s390x tests failing (#855)
Browse files Browse the repository at this point in the history
* Trying to add retries on s390x tests failing

Signed-off-by: Paolo Patierno <[email protected]>

* Fixed comment from JS

Signed-off-by: Paolo Patierno <[email protected]>

* Updated to with using failsafe retries

Signed-off-by: Paolo Patierno <[email protected]>

---------

Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Dec 13, 2023
1 parent ff2ad8f commit 2f56885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
os: linux
arch: s390x
jdk: openjdk11
script: mvn install -Dmaven.javadoc.skip=true
# because of flakiness of tests on s390x, adding automatic retries on failure
script: mvn install -Dmaven.javadoc.skip=true -Dfailsafe.rerunFailingTestsCount=10
addons:
apt:
packages:
Expand Down

0 comments on commit 2f56885

Please sign in to comment.