[libvirt] [jenkins-ci PATCH 2/2] Fix target list for builds

Andrea Bolognani abologna at redhat.com
Wed Oct 2 14:15:24 UTC 2019


Targets that don't build osinfo-db-tools and libosinfo should not
build osinfo-db and virt-manager.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/playbooks/build/projects/osinfo-db.yml    | 3 ---
 guests/playbooks/build/projects/virt-manager.yml | 4 ----
 jenkins/projects/osinfo-db.yaml                  | 1 -
 jenkins/projects/virt-manager.yaml               | 2 --
 4 files changed, 10 deletions(-)

diff --git a/guests/playbooks/build/projects/osinfo-db.yml b/guests/playbooks/build/projects/osinfo-db.yml
index 856e478..872b448 100644
--- a/guests/playbooks/build/projects/osinfo-db.yml
+++ b/guests/playbooks/build/projects/osinfo-db.yml
@@ -15,7 +15,6 @@
   vars:
     # osinfo-db tests are Python 3 only, so they can't be ran on CentOS 7;
     machines:
-      - libvirt-debian-9
       - libvirt-debian-10
       - libvirt-debian-sid
       - libvirt-fedora-29
@@ -24,8 +23,6 @@
       - libvirt-freebsd-11
       - libvirt-freebsd-12
       - libvirt-freebsd-current
-      - libvirt-ubuntu-16
-      - libvirt-ubuntu-18
     command: |
       $MAKE check
 - include: '{{ playbook_base }}/jobs/generic-rpm-job.yml'
diff --git a/guests/playbooks/build/projects/virt-manager.yml b/guests/playbooks/build/projects/virt-manager.yml
index f955f4c..0078fbe 100644
--- a/guests/playbooks/build/projects/virt-manager.yml
+++ b/guests/playbooks/build/projects/virt-manager.yml
@@ -5,7 +5,6 @@
     # Ubuntu 16.04 has Python 3 but not the libxml2 bindings, so it can't
     # build the project either
     machines:
-      - libvirt-debian-9
       - libvirt-debian-10
       - libvirt-debian-sid
       - libvirt-fedora-29
@@ -14,7 +13,6 @@
       - libvirt-freebsd-11
       - libvirt-freebsd-12
       - libvirt-freebsd-current
-      - libvirt-ubuntu-18
     archive_format: gz
     git_url: '{{ git_urls["virt-manager"][git_remote] }}'
 
@@ -29,13 +27,11 @@
     # so skip the test suite there for the time being. See
     # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224902
     machines:
-      - libvirt-debian-9
       - libvirt-debian-10
       - libvirt-debian-sid
       - libvirt-fedora-29
       - libvirt-fedora-30
       - libvirt-fedora-rawhide
-      - libvirt-ubuntu-18
 - include: '{{ playbook_base }}/jobs/python-distutils-rpm-job.yml'
   vars:
     machines:
diff --git a/jenkins/projects/osinfo-db.yaml b/jenkins/projects/osinfo-db.yaml
index 256c62d..37c1d84 100644
--- a/jenkins/projects/osinfo-db.yaml
+++ b/jenkins/projects/osinfo-db.yaml
@@ -15,7 +15,6 @@
           parent_jobs: 'osinfo-db-build'
           # osinfo-db tests are Python 3 only, so they can't be ran on CentOS 7;
           machines:
-            - libvirt-debian-9
             - libvirt-debian-10
             - libvirt-fedora-29
             - libvirt-fedora-30
diff --git a/jenkins/projects/virt-manager.yaml b/jenkins/projects/virt-manager.yaml
index 2577ea9..fe6b903 100644
--- a/jenkins/projects/virt-manager.yaml
+++ b/jenkins/projects/virt-manager.yaml
@@ -5,7 +5,6 @@
     # Ubuntu 16.04 has Python 3 but not the libxml2 bindings, so it can't
     # build the project either
     machines:
-      - libvirt-debian-9
       - libvirt-debian-10
       - libvirt-fedora-29
       - libvirt-fedora-30
@@ -28,7 +27,6 @@
           # so skip the test suite there for the time being. See
           # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224902
           machines:
-            - libvirt-debian-9
             - libvirt-debian-10
             - libvirt-fedora-29
             - libvirt-fedora-30
-- 
2.21.0




More information about the libvir-list mailing list