Skip to content
Snippets Groups Projects
Commit 0e7dfae0 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Run large ctests serially.

parent f49f24cf
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ node('envinf11w') { ...@@ -21,7 +21,7 @@ node('envinf11w') {
stage('Build') { build.linux(script: this) } stage('Build') { build.linux(script: this) }
stage('Test') { build.linux(cmd: 'make -j 1', stage('Test') { build.linux(cmd: 'make -j 1',
script: this, script: this,
target: 'tests ctest-large') } target: 'tests ctest-large-serial') }
} }
stage('Post') { stage('Post') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment