Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release build workflow to use batches #1453

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Mar 23, 2024

Changes

Switch workflow from a monolithic build/upload approach to separate build/upload jobs based on image grouping:

  • mirror images
  • alpine images
  • mingw-64 images
  • standard images

This is intended to avoid hitting per-runner disk space limits but may also result in a significant observed runtime decrease.

References

Switch workflow from a monolithic build/upload approach to
separate build/upload jobs based on image grouping:

- mirror images
- alpine images
- mingw-64 images
- standard images

This is intended to avoid hitting per-runner disk space limits
but *may* also result in a significant observed runtime decrease.

refs GH-1451
@atc0005 atc0005 added this to the v0.17.2 milestone Mar 23, 2024
@atc0005 atc0005 self-assigned this Mar 23, 2024
@atc0005 atc0005 enabled auto-merge March 23, 2024 15:48
@atc0005 atc0005 merged commit 8aa576f into master Mar 23, 2024
20 checks passed
@atc0005 atc0005 deleted the i1451-update-release-build-workflow-to-split-tasks-into-batches branch March 23, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building all images exceeds "Standard" GitHub-hosted runners disk space
1 participant