File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ build-backend-skip-tests:
151151 - cloudstack
152152 script :
153153 - echo "Building backend with 'mvn clean install -DskipTests -Dnoredist'..."
154- - mvn clean install -DskipTests -Dnoredist
154+ - mvn clean install -DskipTests -Dnoredist -T $(nproc)
155155 - echo "Done building backend with 'mvn clean install -DskipTests -Dnoredist'."
156156
157157build-backend-combined :
@@ -164,7 +164,7 @@ build-backend-combined:
164164 - cloudstack
165165 script :
166166 - echo "Building backend with 'mvn clean install -Dnoredist -Psystemvm,developer -Dsystemvm'..."
167- - mvn clean install -Dnoredist -Psystemvm,developer -Dsystemvm
167+ - mvn clean install -Dnoredist -Psystemvm,developer -Dsystemvm -T $(nproc)
168168 - echo "Done building backend with 'mvn clean install -Dnoredist -Psystemvm,developer -Dsystemvm'"
169169
170170# ####################
@@ -178,7 +178,7 @@ generate-deb-packages:
178178 - cloudstack
179179 script :
180180 - echo "Generating .deb Ubuntu Focal Fossa packages..."
181- - docker run -v $CI_PROJECT_DIR:/mnt/build/cloudstack -v ~/.m2:/root/.m2 -e "USER_ID=$(id -u)" -e "USER_GID=$(id -g)" -e "ACS_BUILD_OPTS=-Dnoredist" scclouds/cloudstack-deb-builder:ubuntu2004-jdk11-python3
181+ - docker run -v $CI_PROJECT_DIR:/mnt/build/cloudstack -v ~/.m2:/root/.m2 -e "USER_ID=$(id -u)" -e "USER_GID=$(id -g)" -e "ACS_BUILD_OPTS=-Dnoredist -T $(nproc) " scclouds/cloudstack-deb-builder:ubuntu2004-jdk11-python3
182182 - echo "Done generating .deb packages."
183183 artifacts :
184184 expire_in : 12h
You can’t perform that action at this time.
0 commit comments