From: Azat Khuzhin Date: Sun, 21 Oct 2018 22:06:48 +0000 (+0300) Subject: Disable parallel jobs for the osx (due to CPU time deficit) in travis-ci X-Git-Tag: release-2.1.9-beta^2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698ebed67a9d37aa9d8ec475023ce854bcd3a33b;p=libevent Disable parallel jobs for the osx (due to CPU time deficit) in travis-ci As you can see right now linux workers has zero failed tests, while osx workers has 18 failed tests: [bufferevent_connect_hostname_emfile FAILED] [bufferevent_pair_release_lock FAILED] [bufferevent_timeout FAILED] [bufferevent_timeout_filter FAILED] [bufferevent_timeout_pair FAILED] [common_timeout FAILED] [del_wait FAILED] [immediatesignal FAILED] [loopexit FAILED] [loopexit_multiple FAILED] [monotonic_res FAILED] [no_events FAILED] [persistent_active_timeout FAILED] [persistent_timeout_jump FAILED] [signal_switchbase FAILED] [signal_while_processing FAILED] [simpletimeout FAILED] [usleep FAILED] And this patch should remove from this list time related failures (though maybe not all of them). (cherry picked from commit 2f43d1d4091f4f87b8679de4b4967561861141de) --- diff --git a/.travis.yml b/.travis.yml index 80abefc7..e8c46230 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ before_install: CFLAGS=-I$CMAKE_INCLUDE_PATH LDFLAGS=-L$CMAKE_LIBRARY_PATH; - export JOBS=4; + export JOBS=1; fi addons: