
4 Aug
2016
4 Aug
'16
4:52 p.m.
Add some global default variable definitions Signed-off-by: Daniel P. Berrange <berrange@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@redhat.com libvirt-ci@redhat.com -- 2.7.4