Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-12-03 Thread Michael Reeves
Where are the artifacts being uploaded to? They don't seem to show in gitlab. In particular the coverage report is of interest to me. On Sat, Nov 27, 2021 at 1:31 PM Ben Cooksley wrote: > Hi all, > > As mentioned in the subject, i'm happy to announce the general > availability of native Gitlab C

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-12-03 Thread Ben Cooksley
On Fri, Dec 3, 2021 at 8:53 AM Michael Reeves wrote: > Where are the artifacts being uploaded to? They don't seem to show in > gitlab. In particular the coverage report is of interest to me. > They are uploaded to Gitlab itself, but as reports so only some parts of Gitlab's functionality show th

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Ben Cooksley
On Tue, Nov 30, 2021 at 7:31 PM Tobias Leupold wrote: > Am Dienstag, 30. November 2021, 06:31:05 CET schrieb Ben Cooksley: > > On Tue, Nov 30, 2021 at 8:21 AM Tobias Leupold wrote: > > > Am Montag, 29. November 2021, 17:25:14 CET schrieb Ben Cooksley: > > > > @same should only be used when the o

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Tobias Leupold
Am Dienstag, 30. November 2021, 06:31:05 CET schrieb Ben Cooksley: > On Tue, Nov 30, 2021 at 8:21 AM Tobias Leupold wrote: > > Am Montag, 29. November 2021, 17:25:14 CET schrieb Ben Cooksley: > > > @same should only be used when the other project is part of the same > > > release unit. > > > While

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Ben Cooksley
On Tue, Nov 30, 2021 at 8:21 AM Tobias Leupold wrote: > Am Montag, 29. November 2021, 17:25:14 CET schrieb Ben Cooksley: > > > > @same should only be used when the other project is part of the same > > release unit. > > While this works for the moment because all of the involved projects > have a

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Tobias Leupold
Am Montag, 29. November 2021, 17:25:14 CET schrieb Ben Cooksley: > > @same should only be used when the other project is part of the same > release unit. > While this works for the moment because all of the involved projects have a > 'master' branch, when you go and tag/branch a stable release it

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Ben Cooksley
On Tue, Nov 30, 2021 at 2:09 AM Tobias Leupold wrote: > Am Montag, 29. November 2021, 13:58:46 CET schrieben Sie: > > KDE Gear stuff doesn't have "@stable" in CI yet, note that i wrote > "@same" > > instead, that will make you use keviv2 master for your master branch, > that > > maybe is not wha

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Tobias Leupold
Am Montag, 29. November 2021, 13:58:46 CET schrieben Sie: > KDE Gear stuff doesn't have "@stable" in CI yet, note that i wrote "@same" > instead, that will make you use keviv2 master for your master branch, that > maybe is not what you want, but it will work, and given that kexiv2 doesn't > change

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Albert Astals Cid
KDE Gear stuff doesn't have "@stable" in CI yet, note that i wrote "@same" instead, that will make you use keviv2 master for your master branch, that maybe is not what you want, but it will work, and given that kexiv2 doesn't change that much it's probably fine anyway. Cheers, Albert P.S. sorr

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Tobias Leupold
Am Montag, 29. November 2021, 12:24:40 CET schrieb Albert Astals Cid: > So add >'graphics/libkexiv2': '@same' > to your .kde-ci.yml > > Cheers, > Albert I tried, but then, I get Exception: Unable to locate requested dependency in the registry: libkexiv2 (branch: @stable) Would you

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Albert Astals Cid
El dilluns, 29 de novembre de 2021, a les 12:16:12 (CET), Tobias Leupold va escriure: > Hi list :-) > > Sorry in advance for bothering you again about KGeoTag, but I still can't get > it to work (which is most probably my fault, I'm still a CI n00b). > > I tried again with what I did some time

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-29 Thread Tobias Leupold
Hi list :-) Sorry in advance for bothering you again about KGeoTag, but I still can't get it to work (which is most probably my fault, I'm still a CI n00b). I tried again with what I did some time ago, and it failed due to missing dependencies (cf. https://invent.kde.org/graphics/kgeotag/-/jobs

Re: Announcing General Availability of Gitlab CI for Linux, FreeBSD and Android

2021-11-28 Thread Albert Astals Cid
El dissabte, 27 de novembre de 2021, a les 19:30:08 (CET), Ben Cooksley va escriure: > Hi all, > > As mentioned in the subject, i'm happy to announce the general availability > of native Gitlab CI for all KDE projects for Linux, FreeBSD and Android. > > For those who would like to get their proj