From: Willy Tarreau Date: Fri, 24 Jan 2020 16:37:35 +0000 (+0100) Subject: BUILD: CI: disable slow regtests on Travis X-Git-Tag: v2.2-dev2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78cf0fe0f4ef8e3daaaf830ba58c78bb5f4a344;p=thirdparty%2Fhaproxy.git BUILD: CI: disable slow regtests on Travis We're getting almost 100% failure rate recently due to the "slow" tests never completing in time on Travis. Peers do not synchronize their data within the expected delay, health checks time out due to the tested agent not responding, etc. This adds a lot of noise and completely voids the value of the build test. Let's disable the slow tests to try to get back to a fully working state. --- diff --git a/.travis.yml b/.travis.yml index bf4b82aa98..a82c27327d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,7 @@ script: - ./haproxy -vv - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ldd haproxy; fi - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then otool -L haproxy; fi - - env VTEST_PROGRAM=../vtest/vtest make reg-tests + - make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel after_failure: - |