Skip to content
Snippets Groups Projects
Commit 9be064e0 authored by Julian Brost's avatar Julian Brost :unicorn:
Browse files

Limit all builds to 4 parallel jobs (i.e. make -j4)

parent fbfde40b
No related branches found
No related tags found
No related merge requests found
Pipeline #19130 passed
......@@ -9,6 +9,7 @@ variables:
#ICINGA_BUILD_TYPE: release
#ICINGA_BUILD_RELEASE_TYPE:
#ICINGA_BUILD_UPSTREAM_BRANCH:
RPM_BUILD_NCPUS: 4
.build: &build
stage: build
......@@ -92,7 +93,6 @@ build/fedora/34:
<<: *build
variables:
DOCKER_IMAGE: fedora/34
RPM_BUILD_NCPUS: '1'
test/fedora/34:
<<: *test
......@@ -110,7 +110,6 @@ build/fedora/33:
<<: *build
variables:
DOCKER_IMAGE: fedora/33
RPM_BUILD_NCPUS: '1'
test/fedora/33:
<<: *test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment