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 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/projects/libosinfo.yaml b/projects/libosinfo.yaml
index 0376d0c..bf9ea6b 100644
--- a/projects/libosinfo.yaml
+++ b/projects/libosinfo.yaml
@@ -12,6 +12,9 @@
parent_jobs: 'libosinfo-build'
- autotools-check-job:
parent_jobs: 'libosinfo-syntax-check'
+ local_env: |
+ # Run tests that require network connectivity
+ export LIBOSINFO_NETWORK_TESTS=1
- autotools-rpm-job:
parent_jobs: 'libosinfo-check'
machines: '{rpm_machines}'
--
2.17.1