Planned gerrit.ovirt.org outage 24.11.2020 from 21:00 UTC

Hi everyone, I will be performing planned upgrades on gerrit.ovirt.org tonight. The following services will be unreachable for up to several hours: * gerrit.ovirt.org - code review service * jenkins.ovirt.org - continuous integration service Further announcements will be sent out once the outage window opens and closes. -- Regards, Evgheni Dereveanchin

The upgrade is commencing. Please do not submit any patches or code reviews. I will follow up as soon as Gerrit is back online. On Tue, Nov 24, 2020 at 2:14 PM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
Hi everyone,
I will be performing planned upgrades on gerrit.ovirt.org tonight. The following services will be unreachable for up to several hours:
* gerrit.ovirt.org - code review service * jenkins.ovirt.org - continuous integration service
Further announcements will be sent out once the outage window opens and closes.
-- Regards, Evgheni Dereveanchin
-- Regards, Evgheni Dereveanchin

The upgrade is complete, Gerrit is now running at version 2.16 with the following notable features: * PolyGerrit UI now used by default (old UI still available) * Drafts replaced by WIP/private changes (all existing drafts migrated to WIP changes) Full release notes are available here (we upgraded from 2.14): https://www.gerritcodereview.com/2.15.html#release-highlights https://www.gerritcodereview.com/2.16.html#release-highlights If you spot any problems, please log a ticket or reach out to me directly. Regards, Evgheni On Tue, Nov 24, 2020 at 10:10 PM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
The upgrade is commencing. Please do not submit any patches or code reviews.
I will follow up as soon as Gerrit is back online.
On Tue, Nov 24, 2020 at 2:14 PM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
Hi everyone,
I will be performing planned upgrades on gerrit.ovirt.org tonight. The following services will be unreachable for up to several hours:
* gerrit.ovirt.org - code review service * jenkins.ovirt.org - continuous integration service
Further announcements will be sent out once the outage window opens and closes.
-- Regards, Evgheni Dereveanchin
-- Regards, Evgheni Dereveanchin
-- Regards, Evgheni Dereveanchin

On Wed, Nov 25, 2020 at 12:21 AM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
The upgrade is complete, Gerrit is now running at version 2.16 with the following notable features: * PolyGerrit UI now used by default (old UI still available)
Nice change, but "Projects" link is still broken and the old UI is needed. In the past we got an error message that old ui is needed, now the link does not do anything except fancy animation. I found that it is possible to use: https://gerrit.ovirt.org/#/admin/projects/ It redirects to: https://gerrit.ovirt.org/admin/repos/ And this is available via Browse > Repositories So we can just remove "Projects" from the menu.
* Drafts replaced by WIP/private changes (all existing drafts migrated to WIP changes)
Full release notes are available here (we upgraded from 2.14): https://www.gerritcodereview.com/2.15.html#release-highlights https://www.gerritcodereview.com/2.16.html#release-highlights
If you spot any problems, please log a ticket or reach out to me directly.
git pull fails now: $ git pull fatal: http://gerrit.ovirt.org/p/vdsm.git/info/refs not valid: is this a git repository? I found that the project ur was changed: - url = http://gerrit.ovirt.org/p/vdsm.git + url = https://gerrit.ovirt.org/vdsm Changing this in .git/config fixes the issue, but *all* developers with the old config need to change this, so it can be nice to keep the server configuration that works with the old config if possible. Thanks!

Hi Nir, Indeed, the "Projects" menu is broken for some reason in the new UI. We already have a ticket reported for this glitch. The old UI is still available if needed ("switch to old UI" link in the bottom right corner of each page) but it will be gone once we upgrade to Gerrit 3.x in the future. I will review available fixes to make the menu work but as noted, the "repos" page seems to display projects just fine. As for broken git pull - I just ran some tests, both http:// and https:// protocols worked for me with or without the .git suffix in the repo name. Could you please provide some more info on how to reproduce this so that we can see if this can be fixed? Regards, Evgheni On Sun, Nov 29, 2020 at 6:38 PM Nir Soffer <nsoffer@redhat.com> wrote:
On Wed, Nov 25, 2020 at 12:21 AM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
The upgrade is complete, Gerrit is now running at version 2.16 with the
following notable features:
* PolyGerrit UI now used by default (old UI still available)
Nice change, but "Projects" link is still broken and the old UI is needed.
In the past we got an error message that old ui is needed, now the link does not do anything except fancy animation.
I found that it is possible to use: https://gerrit.ovirt.org/#/admin/projects/
It redirects to: https://gerrit.ovirt.org/admin/repos/
And this is available via Browse > Repositories
So we can just remove "Projects" from the menu.
* Drafts replaced by WIP/private changes (all existing drafts migrated to WIP changes)
Full release notes are available here (we upgraded from 2.14): https://www.gerritcodereview.com/2.15.html#release-highlights https://www.gerritcodereview.com/2.16.html#release-highlights
If you spot any problems, please log a ticket or reach out to me directly.
git pull fails now:
$ git pull fatal: http://gerrit.ovirt.org/p/vdsm.git/info/refs not valid: is this a git repository?
I found that the project ur was changed:
- url = http://gerrit.ovirt.org/p/vdsm.git + url = https://gerrit.ovirt.org/vdsm
Changing this in .git/config fixes the issue, but *all* developers with the old config need to change this, so it can be nice to keep the server configuration that works with the old config if possible.
Thanks!
-- Regards, Evgheni Dereveanchin

On Mon, Nov 30, 2020 at 3:18 PM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
Hi Nir,
Indeed, the "Projects" menu is broken for some reason in the new UI. We already have a ticket reported for this glitch. The old UI is still available if needed ("switch to old UI" link in the bottom right corner of each page) but it will be gone once we upgrade to Gerrit 3.x in the future. I will review available fixes to make the menu work but as noted, the "repos" page seems to display projects just fine.
As for broken git pull - I just ran some tests, both http:// and https:// protocols worked for me with or without the .git suffix in the repo name. Could you please provide some more info on how to reproduce this so that we can see if this can be fixed?
Gerrit works for me after changing the url from http://gerrit.ovirt.org/p/vdsm.git to https://gerrit.ovirt.org/vdsm. I think we need to fix the site, still using the old url: https://ovirt.org/develop/developer-guide/vdsm/developers.html#getting-the-s... And vdsm REAME: https://github.com/oVirt/vdsm#development-environment-setup
Regards, Evgheni
On Sun, Nov 29, 2020 at 6:38 PM Nir Soffer <nsoffer@redhat.com> wrote:
On Wed, Nov 25, 2020 at 12:21 AM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
The upgrade is complete, Gerrit is now running at version 2.16 with the following notable features: * PolyGerrit UI now used by default (old UI still available)
Nice change, but "Projects" link is still broken and the old UI is needed.
In the past we got an error message that old ui is needed, now the link does not do anything except fancy animation.
I found that it is possible to use: https://gerrit.ovirt.org/#/admin/projects/
It redirects to: https://gerrit.ovirt.org/admin/repos/
And this is available via Browse > Repositories
So we can just remove "Projects" from the menu.
* Drafts replaced by WIP/private changes (all existing drafts migrated to WIP changes)
Full release notes are available here (we upgraded from 2.14): https://www.gerritcodereview.com/2.15.html#release-highlights https://www.gerritcodereview.com/2.16.html#release-highlights
If you spot any problems, please log a ticket or reach out to me directly.
git pull fails now:
$ git pull fatal: http://gerrit.ovirt.org/p/vdsm.git/info/refs not valid: is this a git repository?
I found that the project ur was changed:
- url = http://gerrit.ovirt.org/p/vdsm.git + url = https://gerrit.ovirt.org/vdsm
Changing this in .git/config fixes the issue, but *all* developers with the old config need to change this, so it can be nice to keep the server configuration that works with the old config if possible.
Thanks!
-- Regards, Evgheni Dereveanchin

Hi, Thanks for the update. It seems like gerrit hooks aren't working now. Patches that solve bugs with Bug-URL that submitted aren't causing the bug to move to POST state. For example - https://gerrit.ovirt.org/#/c/ovirt-engine/+/112416/ Can you please have a look? On Wed, 25 Nov 2020 at 00:21, Evgheni Dereveanchin <ederevea@redhat.com> wrote:
The upgrade is complete, Gerrit is now running at version 2.16 with the following notable features: * PolyGerrit UI now used by default (old UI still available) * Drafts replaced by WIP/private changes (all existing drafts migrated to WIP changes)
Full release notes are available here (we upgraded from 2.14): https://www.gerritcodereview.com/2.15.html#release-highlights https://www.gerritcodereview.com/2.16.html#release-highlights
If you spot any problems, please log a ticket or reach out to me directly.
Regards, Evgheni
On Tue, Nov 24, 2020 at 10:10 PM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
The upgrade is commencing. Please do not submit any patches or code reviews.
I will follow up as soon as Gerrit is back online.
On Tue, Nov 24, 2020 at 2:14 PM Evgheni Dereveanchin <ederevea@redhat.com> wrote:
Hi everyone,
I will be performing planned upgrades on gerrit.ovirt.org tonight. The following services will be unreachable for up to several hours:
* gerrit.ovirt.org - code review service * jenkins.ovirt.org - continuous integration service
Further announcements will be sent out once the outage window opens and closes.
-- Regards, Evgheni Dereveanchin
-- Regards, Evgheni Dereveanchin
-- Regards, Evgheni Dereveanchin _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/RVYKBL64RE22PT...
-- Regards, Eyal Shenitzky

Hi Eyal, thanks for reporting the issue. We are investigating hook issues and a Jira ticket [1] has been logged for that. Until that is fixed please move BZ states manually if the hook fails to do so. Regards, Evgheni [1] https://ovirt-jira.atlassian.net/browse/OVIRT-3066 On Mon, Nov 30, 2020 at 12:18 PM Eyal Shenitzky <eshenitz@redhat.com> wrote:
Hi,
Thanks for the update.
It seems like gerrit hooks aren't working now. Patches that solve bugs with Bug-URL that submitted aren't causing the bug to move to POST state. For example - https://gerrit.ovirt.org/#/c/ovirt-engine/+/112416/
Can you please have a look?
On Wed, 25 Nov 2020 at 00:21, Evgheni Dereveanchin <ederevea@redhat.com> wrote:
The upgrade is complete, Gerrit is now running at version 2.16 with the following notable features: * PolyGerrit UI now used by default (old UI still available) * Drafts replaced by WIP/private changes (all existing drafts migrated to WIP changes)
Full release notes are available here (we upgraded from 2.14): https://www.gerritcodereview.com/2.15.html#release-highlights https://www.gerritcodereview.com/2.16.html#release-highlights
If you spot any problems, please log a ticket or reach out to me directly.
Regards, Evgheni
On Tue, Nov 24, 2020 at 10:10 PM Evgheni Dereveanchin < ederevea@redhat.com> wrote:
The upgrade is commencing. Please do not submit any patches or code reviews.
I will follow up as soon as Gerrit is back online.
On Tue, Nov 24, 2020 at 2:14 PM Evgheni Dereveanchin < ederevea@redhat.com> wrote:
Hi everyone,
I will be performing planned upgrades on gerrit.ovirt.org tonight. The following services will be unreachable for up to several hours:
* gerrit.ovirt.org - code review service * jenkins.ovirt.org - continuous integration service
Further announcements will be sent out once the outage window opens and closes.
-- Regards, Evgheni Dereveanchin
-- Regards, Evgheni Dereveanchin
-- Regards, Evgheni Dereveanchin _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/RVYKBL64RE22PT...
-- Regards, Eyal Shenitzky
-- Regards, Evgheni Dereveanchin
participants (3)
-
Evgheni Dereveanchin
-
Eyal Shenitzky
-
Nir Soffer