Commit 36cc65c0 authored by Guillaume Quintard's avatar Guillaume Quintard

[cci] lower make paralellism

under pressure, tests get slow and time out
parent 8b289313
......@@ -260,7 +260,7 @@ jobs:
<< parameters.extra_conf >>
sudo -u varnish \
--preserve-env=ASAN_OPTIONS,LSAN_OPTIONS,TSAN_OPTIONS,UBSAN_OPTIONS \
make distcheck VERBOSE=1 -j 12 -k \
make distcheck VERBOSE=1 -j 4 -k \
DISTCHECK_CONFIGURE_FLAGS="<< pipeline.parameters.configure_args >> \
<< parameters.extra_conf >>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment