2FA requirement for oVirt GitHub org?
by Janos Pasztor
Hey folks,
I just noticed that we don't have 2FA enforcement on the oVirt GitHub org.
[image: image.png]
Is this just an oversight or is it intentional? May I propose to turn 2FA
enforcement on?
Janos
3 years, 5 months
Broken commit-msg hook in gerrit
by Nir Soffer
In ovirt-imageio developer docs, we ask to install the commit-msg hook
from gerrit:
wget -P .git/hooks https://gerrit.ovirt.org/tools/hooks/commit-msg
This downloads now a broken script that does not add a ChangeId header.
In the past I think it returned something like the attached file,
without the code for
adding signed-off-by.
I suggest to replace the current file at:
https://gerrit.ovirt.org/tools/hooks/commit-msg
Or if we want to keep the default file for some reason, add:
https://gerrit.ovirt.org/tools/ovirt/hooks/commit-msg
This file contains the code for adding the signed-off-by header, so so
developers
do not need to add this manually:
# Add Signed-off-by trailer.
sob=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
git interpret-trailers --in-place --trailer "$sob" "$1"
Later we need to replace this ugly shell script with proper code.
Nir
3 years, 5 months
Add "ci system-test" command
by Nir Soffer
Similar to "ci build", "ci test", "ci merge" add a new command that
triggers OST run.
Running OST is tied now in vdsm (and engine?) to Code-Review: +2.
This causes trouble and does not allow non-maintainers to use the convenient OST
infrastructure.
Expected flow:
1. User add a comment with "ci system-test"
2. OST flow building and running OST triggered
3 years, 6 months
Add OST flag to all oVirt projects
by Nir Soffer
Similar to Continuous-Integration flag, OST needs its own flag.
OST will set this flag when OST build started from gerrit was started.
We want to make this field mandatory for merging patches, like
Continuous-Integration.
Like Continuous-Integration maintainers should be able to override the
value after
OST completed, or set the value before OST started.
3 years, 6 months
AV 8.4 for CentOS Linux
by Sandro Bonazzola
Hi all,
New versions of AV packages in CentOS Virt SIG for CentOS Linux 8.4 are
available on
https://buildlogs.centos.org/centos/8/virt/x86_64/advanced-virtualization/
. Please help with testing so we can release it.
hivex-1.3.18-21.el8
libguestfs-1.44.0-2.el8
libguestfs-winsupport-8.2-1.el8
libiscsi-1.18.0-8.el8
libnbd-1.6.0-3.el8
libosinfo-1.8.0-1.el8
libtpms-0.7.4-4.20201106git2452a24dab.el8
libvirt-dbus-1.3.0-2.el8
libvirt-7.0.0-14.1.el8
libvirt-python-7.0.0-1.el8
nbdkit-1.24.0-1.el8
netcf-0.2.8-12.el8
perl-Sys-Virt-7.0.0-1.el8
python-pyvmomi-6.7.1-7.el8
qemu-kvm-5.2.0-16.el8
seabios-1.14.0-1.el8
sgabios-0.20170427git-3.el8
SLOF-20200717-1.gite18ddad8.el8
supermin-5.2.1-1.el8
swtpm-0.4.2-1.20201201git2df14e3.el8
virglrenderer-0.8.2-1.el8
virt-v2v-1.42.0-10.el8
If no negative feedback will be reported, the plan is to tag it for release
tomorrow.
--
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://www.redhat.com/>
*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
3 years, 6 months
planned Jenkins restart
by Evgheni Dereveanchin
Hi everyone,
I'll be performing a planned Jenkins restart within the next hour.
No new CI jobs will be scheduled during this maintenance period.
I will inform you once it is back online.
--
Regards,
Evgheni Dereveanchin
3 years, 6 months