From 2f568850b8f5fd24741d3c23b1c5a36901a08bb3 Mon Sep 17 00:00:00 2001 From: Paolo Patierno Date: Wed, 13 Dec 2023 13:19:36 +0100 Subject: [PATCH] Trying to add retries on s390x tests failing (#855) * Trying to add retries on s390x tests failing Signed-off-by: Paolo Patierno * Fixed comment from JS Signed-off-by: Paolo Patierno * Updated to with using failsafe retries Signed-off-by: Paolo Patierno --------- Signed-off-by: Paolo Patierno --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e63096694..926a35879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: