From kde-community Sun Jan 08 17:42:22 2023 From: Ben Cooksley Date: Sun, 08 Jan 2023 17:42:22 +0000 To: kde-community Subject: Re: GItlab update Message-Id: X-MARC-Message: https://marc.info/?l=kde-community&m=167319977227088 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--000000000000fc9ec905f1c42c56" --000000000000fc9ec905f1c42c56 Content-Type: text/plain; charset="UTF-8" On Mon, Jan 9, 2023 at 1:05 AM Thomas Baumgart wrote: > On Sonntag, 8. Januar 2023 11:03:09 CET Ben Cooksley wrote: > > > Hi all, > > > > This evening I updated our Gitlab instance at invent.kde.org to the > latest > > version - 15.7.1. > > The release notes for this can be found at > > https://about.gitlab.com/releases/2022/12/22/gitlab-15-7-released/ > > > > Of particular note for folks are the following: > > - Gitlab CLI Tool: https://docs.gitlab.com/ee/integration/glab/ > > - Using a SSH key to sign your commits: > > https://docs.gitlab.com/ee/user/project/repository/ssh_signed_commits/ > > - New Web IDE: https://docs.gitlab.com/ee/user/project/web_ide_beta/ > (based > > on VS Code) > > > > Please note that the new VS Code based Web IDE is currently in beta, if > you > > experience issues with it you can disable it in your preferences: > > https://invent.kde.org/-/profile/preferences > > > > Should there be any issues, please let us know. > > As suggested by tsdgeos, not sure if it's related to/caused by the update > though: > > 11:37:28 bcooksley[m]: hi. any chance that CI pipelines are no > longer triggered after the gitlab update? > 11:38:20 though push does not yet show up on > https://invent.kde.org/dashboard/activity, so perhaps some processing > still happening? > 11:39:34 https://invent.kde.org/sdk/kdesvn/-/commits/master > shows the commits (4 min old), but > https://invent.kde.org/sdk/kdesvn/activity also does not yet show the push > 12:32:24 we also seem to be hitting some gitlab problem in > https://invent.kde.org/network/neochat/-/merge_requests/752 > 12:33:14 This looks similar to > https://invent.kde.org/office/kmymoney/-/merge_requests/191 > 12:34:33 I also noticed, that windows jobs take a long time to > setup and then fail. Now it doesn't even start after re-launch > 12:42:05 Kind of late for bcooksley[m] so i'd say answer his > email to the community mailing list? > This has now been corrected, apologies for the disruption. For those curious, Gitlab accomplishes the large part of it's processing using a background worker, Sidekiq. This background worker has a supervisor process, sidekiq-cluster, which launched successfully but was unable to spawn it's worker processes due to an issue with Bundler. That has been fixed now and it has caught up on all the missed processing. CI has approximately 200 jobs to work through at this time, which the nodes are busy working on at this very moment. Thanks, Ben > > -- > > Regards > > Thomas Baumgart > > ------------------------------------------------------------- > An optimist laughs to forget. > A pessimist forgets to laugh. > ------------------------------------------------------------- > --000000000000fc9ec905f1c42c56 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Jan 9, 2023 at 1:05 AM Thomas Bau= mgart <thb@net-bembel.de> wr= ote:
On Sonntag, 8. Januar 2023 11:03:09 CET Ben Cooksley wrote:=

> Hi all,
>
> This evening I updated our Gitlab instance at invent.kde.org to the la= test
> version - 15.7.1.
> The release notes for this can be found at
> https://about.gitlab.com/rele= ases/2022/12/22/gitlab-15-7-released/
>
> Of particular note for folks are the following:
> - Gitlab CLI Tool: https://docs.gitlab.com/ee/integ= ration/glab/
> - Using a SSH key to sign your commits:
> https://docs.gitlab.com/e= e/user/project/repository/ssh_signed_commits/
> - New Web IDE: https://docs.gitlab.com/ee/= user/project/web_ide_beta/ (based
> on VS Code)
>
> Please note that the new VS Code based Web IDE is currently in beta, i= f you
> experience issues with it you can disable it in your preferences:
> https://invent.kde.org/-/profile/preferences >
> Should there be any issues, please let us know.

As suggested by tsdgeos, not sure if it's related to/caused by the upda= te though:

=C2=A011:37:28 <frinring> bcooksley[m]: hi. any chance that CI pipeli= nes are no longer triggered after the gitlab update?
=C2=A011:38:20 <frinring> though push does not yet show up on https://invent.kde.org/dashboard/activity, so perhaps some pro= cessing still happening?
=C2=A011:39:34 <frinring> https://invent.kde= .org/sdk/kdesvn/-/commits/master shows the commits (4 min old), but https://invent.kde.org/sdk/kdesvn/activity also does not = yet show the push
=C2=A012:32:24 <TobiasFella> we also seem to be hitting some gitlab p= roblem in https://invent.kde.org/network/= neochat/-/merge_requests/752
=C2=A012:33:14 <ipwizard> This looks similar to https://invent.kde.org/office/kmymoney/-/merge_requests/191
=C2=A012:34:33 <ipwizard> I also noticed, that windows jobs take a lo= ng time to setup and then fail. Now it doesn't even start after re-laun= ch
=C2=A012:42:05 <tsdgeos> Kind of late for bcooksley[m] so i'd say= answer his email to the community mailing list?



Ben