From: Michal Nowak Date: Thu, 2 May 2024 15:24:31 +0000 (+0200) Subject: Revert "Drop parallel build from stress tests" X-Git-Tag: v9.18.28~40^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5d1ea40c8e8c21789b8f4248f18c5a12f2b19068;p=thirdparty%2Fbind9.git Revert "Drop parallel build from stress tests" This reverts commit 3fd7e7c81f81e21adebde2930fe511fe335f825e. In AWS this is no longer a concern. (cherry picked from commit 1d77a3b3c61c310c8b104aa2a68fcfcf53b3e083) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43feefd4ae3..e07e79241d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1578,16 +1578,12 @@ shotgun:dot: when: delayed start_in: 5 minutes -# 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 - - 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