aboutsummaryrefslogtreecommitdiffstats
path: root/jenkinsfile.qemu
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-10-15 12:56:07 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-10-15 12:56:07 +0200
commit834d45a52c4275e2f5ac43382a11226d751e65e5 (patch)
treefe16b60e811fd70d11ef4c32c9ffc1e5288a670d /jenkinsfile.qemu
parentd20baeda4827adcbc8cb1c1156f7e6d5fb374e77 (diff)
downloadjenkinsfiles-834d45a52c4275e2f5ac43382a11226d751e65e5.tar.gz
don't run tests parallel
Diffstat (limited to 'jenkinsfile.qemu')
-rw-r--r--jenkinsfile.qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsfile.qemu b/jenkinsfile.qemu
index 4e931ea..6aec8aa 100644
--- a/jenkinsfile.qemu
+++ b/jenkinsfile.qemu
@@ -56,7 +56,7 @@ pipeline {
stage("Check") {
steps {
timeout (60) {
- sh 'cd build; gmake -j $(nproc) check'
+ sh 'cd build; gmake check'
}
// sh 'xsltproc -o build/junit.xml scripts/gtester.xsl build/check-report.xml'
// junit 'build/junit.xml'