Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
jenkins: disable parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atmaxinger committed Mar 1, 2023
1 parent df855e3 commit 9661ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- Run more tests also on Master. _(Markus Raab)_
- Move doc to main build stage. _(Markus Raab)_
- <<TODO>>
- <<TODO>>
- Disable parallel test runs _(Maximilian Irlinger @atmaxinger)_
- <<TODO>>
- Upgrade Jenkins node container to Debian bullseye _(@0x6178656c)_
- <<TODO>>
Expand Down
2 changes: 1 addition & 1 deletion scripts/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ def ctest(target = "Test", printFailedLogs = false) {
export \$(dbus-launch)
${printFailedLogs ? "set +e" : ""}
ctest -j ${env.CTEST_PARALLEL_LEVEL} \
ctest -j 1 \
--force-new-ctest-process \
--output-on-failure \
--no-compress-output \
Expand Down

0 comments on commit 9661ab4

Please sign in to comment.