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:
|
before_install:
|
||||||
- pip install docutils
|
- pip install docutils
|
||||||
script:
|
script:
|
||||||
- make -j
|
- make -j$(nproc)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
|
|
Loading…
Reference in New Issue