feat(ci, runners): Ephemeral runners build#286
Open
neo-jesse wants to merge 32 commits intoopentrons-developfrom
Open
feat(ci, runners): Ephemeral runners build#286neo-jesse wants to merge 32 commits intoopentrons-developfrom
neo-jesse wants to merge 32 commits intoopentrons-developfrom
Conversation
This reverts commit 7b1f66c.
This will let us handle having one of two repositories kick off the action (either the main monorepo or the fork repo). We'll keep this around until we're comfortable with the released fork, at which point we'll probably remove it and switch to the fork full time.
We can now run buildroot against Opentrons/opentrons-ot2 instead of Opentrons/opentrons, and deploy to different AWS infrastructure. When we do that, we always use ephemeral builders. This means the workflow needs to handle three cases instead of just two: using the normal infrastructure, using the ephemeral infrastructure setup for the non-forked system, and using the ephemeral infrastructure setup for the forked system. This all keys off a new monorepo-is-fork input that builds started from opentrons-ot2 will set, and also we can force merged ephemeral infrastructure using a new force-ephemeral-infra input (which is now a bool but could concievably become a random weight float).
…hemeral-runners-build
sfoster1
requested changes
Feb 26, 2026
Member
sfoster1
left a comment
There was a problem hiding this comment.
couple things to change. let's split ccache additions into a different pr and clean up some bash stuff
sfoster1
approved these changes
Mar 5, 2026
Member
sfoster1
left a comment
There was a problem hiding this comment.
This looks so much better as python, that's awesome. Looks good once we just double check it all still works (and once releases are out of course)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.