[libvirt] [jenkins-ci PATCH 2/2] projects: enable {media, tree}uri tests for libosinfo

Fabiano Fidêncio fidencio at redhat.com
Mon Sep 3 13:02:43 UTC 2018


Both media and tree uris tests are only run when LIBOSINFO_NETWORK_TESTS
is set.

Let's have those enabled in order to early catch URL changes in
osinfo-db.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 projects/libosinfo.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/projects/libosinfo.yaml b/projects/libosinfo.yaml
index 55a4817..d9e8445 100644
--- a/projects/libosinfo.yaml
+++ b/projects/libosinfo.yaml
@@ -12,6 +12,10 @@
           parent_jobs: 'libosinfo-master-build'
       - autotools-check-job:
           parent_jobs: 'libosinfo-master-syntax-check'
+          local_env: |
+            # export LIBOSINFO_NETWORK_TESTS in order to run both
+            # mediauris and treeuris tests
+            export LIBOSINFO_NETWORK_TESTS=1
       - autotools-rpm-job:
           parent_jobs: 'libosinfo-master-check'
           machines: '{rpm_machines}'
-- 
2.17.1




More information about the libvir-list mailing list