doc: ci: reduce documentation build job count
Reduce the number of parallel jobs for documentation build since we use GH-hosted runner with only 4 vCPUs and 16GiB of RAM. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
f30dec4295
commit
5a2e6124a4
1 changed files with 1 additions and 3 deletions
4
.github/workflows/doc-build.yml
vendored
4
.github/workflows/doc-build.yml
vendored
|
@ -18,9 +18,7 @@ env:
|
|||
# so we fetch that through pip.
|
||||
CMAKE_VERSION: 3.20.5
|
||||
DOXYGEN_VERSION: 1.12.0
|
||||
# Job count is set to 2 less than the vCPU count of 16 because the total available RAM is 32GiB
|
||||
# and each sphinx-build process may use more than 2GiB of RAM.
|
||||
JOB_COUNT: 14
|
||||
JOB_COUNT: 4
|
||||
|
||||
jobs:
|
||||
doc-file-check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue