Prevent the highly parallel workload from overloading a worker (#1131)
This commit is contained in:
parent
f24d60b6e2
commit
fbe51e3bfe
|
@ -9,7 +9,7 @@ cache: pip
|
|||
before_install:
|
||||
- pip install docutils
|
||||
script:
|
||||
- make -j
|
||||
- make -j$(nproc)
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
|
|
Loading…
Reference in New Issue