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: patch at the start of the step, rather than the end #233

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

shreddedbacon
Copy link
Member

Just a minor change to patch the build at the beginning of the build step, rather than at the end.

This also means that the current stage of the build will be present in the build logs, unlike the current state where it only updates when the step is complete. This will make it clearer which stage the build is at.

This should also help with reducing the race condition of the final two messages by not patching the build at the very end when the completion is also being sent

@shreddedbacon shreddedbacon added this to the v2.16 tie-in release milestone Sep 27, 2023
@shreddedbacon shreddedbacon marked this pull request as ready for review September 28, 2023 01:11
Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

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

Yup - nice improvement

@tobybellwood tobybellwood merged commit 71f21f8 into main Sep 28, 2023
2 checks passed
@tobybellwood tobybellwood deleted the patch-build-at-begin-steps branch September 28, 2023 03: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.

2 participants