travis: enable travis_retry for check phase
We have some flaky tests and usually the test passes on a retry. Enable travis_retry for the test phase and see if that helps keep things green. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
6d314626cc
commit
3a37c13f8c
@ -75,7 +75,7 @@ before_script:
|
||||
- mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR}
|
||||
- ${SRC_DIR}/configure ${BASE_CONFIG} ${CONFIG} || { cat config.log && exit 1; }
|
||||
script:
|
||||
- make -j3 && ${TEST_CMD}
|
||||
- make -j3 && travis_retry ${TEST_CMD}
|
||||
|
||||
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user