]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Drop parallel build from stress tests"
authorMichal Nowak <mnowak@isc.org>
Thu, 2 May 2024 15:24:31 +0000 (17:24 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 6 May 2024 14:20:53 +0000 (16:20 +0200)
This reverts commit 3fd7e7c81f81e21adebde2930fe511fe335f825e.

In AWS this is no longer a concern.

(cherry picked from commit 1d77a3b3c61c310c8b104aa2a68fcfcf53b3e083)

.gitlab-ci.yml

index 9141a642fb2f5425cf7db8549ffb38786db7cd31..3ed44612b9bbf31a82093c7a16fed70aea6eaa78 100644 (file)
@@ -1523,17 +1523,13 @@ respdiff-third-party:
 
 # "Stress" tests
 
-# Parallel build in the "make" step is avoided since multiple jobs can be
-# executed concurrently on the same runner. This may present problems when one
-# job runs a performance-sensitive task of replying to queries while another
-# takes all cores to build BIND.
 .stress: &stress_job
   stage: performance
   script:
     - *configure
     - *setup_interfaces
     - *setup_softhsm
-    - make -k all V=1
+    - make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1
     - make DESTDIR="${INSTALL_PATH}" install
     - git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git
     - cd bind9-qa/stress