Add some global default variable definitions

Signed-off-by: Daniel P. Berrange <berra...@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: shaj...@redhat.com libvirt...@redhat.com
-- 
2.7.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to