mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Revert "Drop parallel build from stress tests"
This reverts commit3fd7e7c81f. In AWS this is no longer a concern. (cherry picked from commit1d77a3b3c6)
This commit is contained in:
parent
6f5e423814
commit
5d1ea40c8e
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue