Commit 1b606ff9 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

ci: Increase parallelism in Travis CI builds

They are taking too long, needlessly holding onto job slots forever.

Align with CircleCI for now, even though we could probably do more.
parent fda02024
......@@ -28,9 +28,9 @@ jobs:
script: &script-common
- |
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
make -j8 distcheck VERBOSE=1
make -j12 distcheck VERBOSE=1
else
make -j8 check VERBOSE=1
make -j16 check VERBOSE=1
fi
- <<: *test-linux
arch: arm64
......@@ -47,7 +47,7 @@ jobs:
- ./configure --enable-maintainer-mode
- <<: *test-linux
env: WITNESS=1
script: make -j8 witness VERBOSE=1
script: make -j16 witness VERBOSE=1
- <<: *test-linux
stage: sanitizers
addons:
......
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