[libvirt] [jenkins-ci PATCH 3/5] jobs: Define $VIR_TEST_{DEBUG, EXPENSIVE} in default check_env

Andrea Bolognani abologna at redhat.com
Fri Oct 27 07:48:13 UTC 2017


Althought the environment variables are only used when running
libvirt's test suite, there is no harm in having it set in the
environment at all times.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 jobs/defaults.yaml    | 2 ++
 projects/libvirt.yaml | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml
index 0e628bb..a403d0e 100644
--- a/jobs/defaults.yaml
+++ b/jobs/defaults.yaml
@@ -10,5 +10,7 @@
           MAKE='gmake'
       fi
     check_env: |
+      export VIR_TEST_EXPENSIVE=1
+      export VIR_TEST_DEBUG=2
     smp: 3
     spam: ymankad at redhat.com libvirt-ci at redhat.com
diff --git a/projects/libvirt.yaml b/projects/libvirt.yaml
index 1b31c1b..5617e17 100644
--- a/projects/libvirt.yaml
+++ b/projects/libvirt.yaml
@@ -34,9 +34,6 @@
             - libvirt-fedora-rawhide
       - autotools-check-job:
           parent_jobs: 'libvirt-master-syntax-check'
-          check_env: |
-            export VIR_TEST_EXPENSIVE=1
-            export VIR_TEST_DEBUG=2
       - autotools-rpm-job:
           parent_jobs: 'libvirt-master-check'
       - autotools-mingw-job:
-- 
2.13.6




More information about the libvir-list mailing list