Late reply, not sure how I missed this :)
On Tue, Oct 17, 2023 at 6:43 AM Martin Stefanko <mstefank(a)redhat.com> wrote:
Just out of curiosity, I can't find this in the documentation.
What
happens if you hit more than 20 concurrent jobs? They are just not
started/listed, do they wait for when they could run within 20 concurrent
jobs, or maybe they are rejected/canceled and GH doesn't track the restart?
The limits are documented here
https://docs.github.com/en/actions/learn-github-actions/usage-limits-bill....
For the free plan you get 20 runners. And yes, what happens is jobs just
stack up and wait for runners to become available.
The biggest issues is that runners are shared across the organization, so
that's 20 runners for everything under
https://github.com/wildfly. I've
filed
https://github.com/wildfly/wildfly/pull/17300 to help reduce the
number of jobs for WildFly itself.
Cheers,
Martin Stefanko
Principal Software Engineer
Middleware Runtimes Sustaining Engineering Team
Red Hat
On Thu, Oct 12, 2023 at 9:58 PM Brian Stansberry <
brian.stansberry(a)redhat.com> wrote:
> Before anyone adds any more github actions to projects in the 'wildfly'
> github org, please discuss here or in zulip.
>
> GH actions jobs have been essentially free for a long time from our naive
> POV, but we do have a max of 20 concurrent jobs across the whole github
> org, which we're starting to hit
>
> So we should discuss new ones to make sure they are a good use of our
> limit.
> Best regards,
> Brian
>
> _______________________________________________
> wildfly-dev mailing list -- wildfly-dev(a)lists.jboss.org
> To unsubscribe send an email to wildfly-dev-leave(a)lists.jboss.org
> Privacy Statement:
https://www.redhat.com/en/about/privacy-policy
> List Archives:
>
https://lists.jboss.org/archives/list/wildfly-dev@lists.jboss.org/message...
>
_______________________________________________
wildfly-dev mailing list -- wildfly-dev(a)lists.jboss.org
To unsubscribe send an email to wildfly-dev-leave(a)lists.jboss.org
Privacy Statement:
https://www.redhat.com/en/about/privacy-policy
List Archives:
https://lists.jboss.org/archives/list/wildfly-dev@lists.jboss.org/message...
--
James R. Perkins
JBoss by Red Hat