Re: Copr - look back at 2021

2022-01-03 Thread Pavel Raiskup
On Monday, January 3, 2022 11:30:42 AM CET Tomas Tomecek wrote:
> On Thu, Dec 30, 2021 at 3:35 PM Miroslav Suchý  wrote:
> 
> >
> >-
> >
> >Statistics:
> >-
> >
> >   Copr run 2,900,000 builds.
> >   -
> >
> >   People created 15 731 new projects.
> >
> >
> Whaaat! The whole list of things you have achieved is mega impressive but
> this one totally caught my eye: doing millions of builds per year.
> 
> I'm wondering how many of those projects were created by packit.

Frontend footer links this: https://copr.fedorainfracloud.org/db_dumps/
In case anyone wanted to do more analysis ...

coprdb=# select count(*) from copr where created_on > 1609459200 and created_on 
< 1640995200;
┌───┐
│ count │
├───┤
│ 15760 │
└───┘
(1 row)

coprdb=# select count(*) from copr where created_on > 1609459200 and created_on 
< 1640995200 and user_id = 5576;
┌───┐
│ count │
├───┤
│ 10037 │
└───┘
(1 row)

Most of the projects is from Packit.  Packit has though quite unusual use-case;
those projects are used for a short period of time (usually new project for
every PR), and contain only a few builds.

Builds statistics for Packit are not easy to get..  The old removed
projects (deleted=true, temporary projects...) have all the related Build
instances removed from DB.  But due to the nature of the CI builds I
suppose it will be somewhere below 100k.

Pavel


___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Copr - look back at 2021

2022-01-03 Thread Tomas Tomecek
On Thu, Dec 30, 2021 at 3:35 PM Miroslav Suchý  wrote:

>
>-
>
>Statistics:
>-
>
>   Copr run 2,900,000 builds.
>   -
>
>   People created 15 731 new projects.
>
>
Whaaat! The whole list of things you have achieved is mega impressive but
this one totally caught my eye: doing millions of builds per year.

I'm wondering how many of those projects were created by packit.


Tomas
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Copr - look back at 2021

2022-01-02 Thread Kevin Fenzi
On Thu, Dec 30, 2021 at 03:33:05PM +0100, Miroslav Suchý wrote:
> Let me sum up what the Copr team did during 2021:

Thanks so much for all your work in the last year!

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Copr - look back at 2021

2022-01-01 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Dec 30, 2021 at 03:33:05PM +0100, Miroslav Suchý wrote:
> Let me sum up what the Copr team did during 2021:

Lots of great stuff, thanks!

>We had an initial meeting about rebase-helper automatically opening PR in 
> src.fedoraproject.org. There is even some
>code written (by 
> Michal Konečný), but the code is not
>integrated yet and no user-visible outcome was done yet. ETA is the first 
> half of 2022.

That'd would be super cool.

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Copr - look back at 2021

2021-12-31 Thread Fabio Valentini
On Fri, Dec 31, 2021 at 9:20 AM Benson Muite  wrote:
>
> On 12/30/21 5:33 PM, Miroslav Suchý wrote:
> > Let me sum up what the Copr team did during 2021:
> >
> Awesome work. Looking forward to a great 2022!

Let me second that. Thank you all for working on COPR and related projects.
I use those services and programs almost on a daily basis, and they
continue to get better. :)

> availability of native s390x builders in the early months of 2022

Having a big-endian architecture available for (native) COPR builds
would be great. Thanks for working on it!

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Copr - look back at 2021

2021-12-31 Thread Benson Muite

On 12/30/21 5:33 PM, Miroslav Suchý wrote:

Let me sum up what the Copr team did during 2021:


Awesome work. Looking forward to a great 2022!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure