balena-io-library / base-images

Balena base images
https://docs.balena.io/reference/base-images/base-images/#balena-base-images
Apache License 2.0
221 stars 85 forks source link

Add a schedule to trigger os-arch and stack-arch jobs #1059

Closed klutchell closed 2 months ago

klutchell commented 2 months ago

Use concurrency group settings to ensure that only one bake workflow, no matter the device type or arch, can be running at a single time. The rest will be queued by default, with a manual option to cancel in-progress.

Since each workflow can generate 100s of jobs once the matrices are expanded, we need this concurrency limit to remain within the 500 concurrent runner maximum allowed by our enterprise plan.

klutchell commented 2 months ago

I self-certify!