On Tue, May 28, 2019 at 12:47 PM Marcin Sobczyk <msobczyk@redhat.com> wrote:
Hi,

I'm happy to announce, that with [1] landing in master, we're now
building Python 3 packages for VDSM. Example pipeline run can be found
here [2].

Currently the py3 RPMs still have some broken dependencies and there are
ongoing efforts to fix these. All scripts in built RPMs have py3 shebang
lines, but there is no guarantee that all of them will work. We also
build for Fedora 28 only - more patches are on the way that will build
RPMs for Fedora 30.

If you want to make py3 RPMs out of your VDSM patch, you simply need to
post 'ci please build' in gerrit - that will launch 'build-artifacts'
stdci stage which produces py2 and py3 RPMs in its sub-stages.

Another way is to use ovirt-ci tool[1]:

./ovirt-ci build-artifacts 12345

Assuming you want to build rpms with https://gerrit.ovirt.org/c/12345


Nir