[libvirt] [jenkins-ci PATCH 2/2] projects: Use {smp} in osinfo-db-master-build

Andrea Bolognani abologna at redhat.com
Thu Nov 16 17:28:50 UTC 2017


We were hard-coding '3' instead of using the {smp} yaml variable,
which has been defined specifically for use in this context.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 projects/osinfo-db.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/osinfo-db.yaml b/projects/osinfo-db.yaml
index 9a7d5e1..6fa1895 100644
--- a/projects/osinfo-db.yaml
+++ b/projects/osinfo-db.yaml
@@ -17,7 +17,7 @@
           command: |
             {make_env}
             export PATH=$VIRT_PREFIX/bin:$PATH
-            $MAKE -j3 all
+            $MAKE -j{smp} all
             $MAKE install OSINFO_DB_TARGET="--system"
       - generic-rpm-job:
           parent_jobs: 'osinfo-db-master-build'
-- 
2.14.3




More information about the libvir-list mailing list