Late reply, not sure how I missed this :)

On Tue, Oct 17, 2023 at 6:43 AM Martin Stefanko <mstefank@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-billing-and-administration#usage-limits. 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@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@lists.jboss.org
To unsubscribe send an email to wildfly-dev-leave@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/QYDVFEV7E4GB7TIAVSLBHVKFNYKAAKCN/
_______________________________________________
wildfly-dev mailing list -- wildfly-dev@lists.jboss.org
To unsubscribe send an email to wildfly-dev-leave@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/EY6VVXHLTSAHQGH5I4LBI4L5GRZXTHNA/


--
James R. Perkins
JBoss by Red Hat