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(a)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