We don't need a second RPM job, because the existing one already
builds both Python 2 and Python 3 RPMs if the OS supports it.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
projects/libvirt-python.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/projects/libvirt-python.yaml b/projects/libvirt-python.yaml
index 540238d..e065c5d 100644
--- a/projects/libvirt-python.yaml
+++ b/projects/libvirt-python.yaml
@@ -16,9 +16,31 @@
- python-distutils-build-job:
python: python2
parent_jobs: 'libvirt-master-build'
+ - python-distutils-build-job:
+ python: python3
+ parent_jobs: 'libvirt-master-build'
+ machines:
+ - libvirt-debian-8
+ - libvirt-debian-9
+ - libvirt-fedora-26
+ - libvirt-fedora-27
+ - libvirt-fedora-rawhide
+ - libvirt-freebsd-10
+ - libvirt-freebsd-11
- python-distutils-check-job:
python: python2
parent_jobs: 'libvirt-python-master-{python}-build'
+ - python-distutils-check-job:
+ python: python3
+ parent_jobs: 'libvirt-python-master-{python}-build'
+ machines:
+ - libvirt-debian-8
+ - libvirt-debian-9
+ - libvirt-fedora-26
+ - libvirt-fedora-27
+ - libvirt-fedora-rawhide
+ - libvirt-freebsd-10
+ - libvirt-freebsd-11
- python-distutils-rpm-job:
python: python2
parent_jobs: 'libvirt-python-master-{python}-check'
--
2.14.3