пт, 24 янв. 2020 г. в 20:44, Илья Шипицин <[email protected]>:
> > > пт, 24 янв. 2020 г. в 20:34, Willy Tarreau <[email protected]>: > >> On Fri, Jan 24, 2020 at 04:31:07PM +0100, Willy Tarreau wrote: >> > So I'm proposing that we try a last time to run with >> > "REGTESTS_TYPES=default,bug,devel" >> >> That should probably give this : >> >> 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 >> > > let us try that. > > I will have a look at "racy" tests. > Maybe we'll enable them on Github Actions. > > the good thing about Github Actions, it is possible to attach own build agents. So, if we have dedicated hardware and we not want to depend on travis-ci neighbours, it might be an option. > > >> >> after_failure: >> - | >> >

