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

jobs/build: add EARLY_ARCH_JOBS parameter #756

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

dustymabe
Copy link
Member

@dustymabe dustymabe commented Nov 16, 2022

This will give us control of when the multi-arch jobs are kicked off. In some cases we want them to be kicked off early (to save time). Unfortunately in that case if the x86_64 build later fails (which means the build ID can no longer be used) the work done by the multi-arch builds gets trashed as well.

Let's add a knob so we can kick them off early when desired, but allow for them to be kicked off later in situations where time isn't a large factor.

@dustymabe
Copy link
Member Author

Of course, we can bikeshed on the parameter name.

This will give us control of when the multi-arch jobs are kicked off.
In some cases we want them to be kicked off early (to save time).
Unfortunately in that case if the x86_64 build later fails (which
means the build ID can no longer be used) the work done by the
multi-arch builds gets trashed as well.

Let's add a knob so we can kick them off early when desired, but
allow for them to be kicked off later in situations where time isn't
a large factor.
Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

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

We discussed this OOB. It's hard to evaluate the complexity increase here against the slight semantic change. I'm good with this but I think we should investigate replacing it with something that aborts the builds instead (similar to the milestone plugin but that actually works across different jobs).

@dustymabe dustymabe merged commit 4a8cdef into coreos:main Nov 16, 2022
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.

None yet

2 participants