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

Refactor image introspection and tagging #497

Merged
merged 3 commits into from
Oct 14, 2024
Merged

Conversation

graveland
Copy link
Collaborator

We now directly pass the builder and release IDs to the subsequent steps instead of depending on the names. We were accidentally using the previous builder when we were determining versions to come up with tag names.

This also adds a step to remove some of the contents of the github runner installations to make more room for building. /mnt has a lot of space but since we're doing all the work in docker, the root filesystem was sometimes filling up.

We also drop a docker install for arm images since the non-beta arm runners already include it now.

We now directly pass the builder and release IDs to the subsequent
steps instead of depending on the names. We were accidentally using
the previous builder when we were determining versions to come up
with tag names.

This also adds a step to remove some of the contents of the github
runner installations to make more room for building. /mnt has a lot
of space but since we're doing all the work in docker, the root
filesystem was sometimes filling up.
@graveland graveland requested review from JamesGuthrie and a team October 12, 2024 22:50
Copy link
Member

@alexeyklyukin alexeyklyukin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Didn't examine every line closely, but the logic looks solid!

@graveland graveland merged commit ad9978d into master Oct 14, 2024
166 checks passed
@graveland graveland deleted the brent/fix_tag_race branch October 14, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants