[libvirt] [PATCH jenkins-ci 01/19] jobs: add global default variables

Daniel P. Berrange berrange at redhat.com
Thu Aug 4 14:52:10 UTC 2016


Add some global default variable definitions

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 jobs/defaults.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 jobs/defaults.yaml

diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml
new file mode 100644
index 0000000..b7b3708
--- /dev/null
+++ b/jobs/defaults.yaml
@@ -0,0 +1,11 @@
+
+- defaults:
+    name: global
+    make_env: |
+      MAKE='make'
+      unamestr=`uname`
+      if [ "$unamestr" = 'FreeBSD' ]; then
+          MAKE='gmake'
+      fi
+    smp: 3
+    spam: shajyan at redhat.com libvirt-ci at redhat.com
-- 
2.7.4




More information about the libvir-list mailing list