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

Guide notebook regression should use a dynamically provisioned github self-hosted runner #259

Closed
ohinds opened this issue Aug 26, 2023 · 0 comments · Fixed by #264
Closed

Comments

@ohinds
Copy link
Contributor

ohinds commented Aug 26, 2023

The static self-hosted runner label we use currently is the same for each ec2 instance we spin up, which means there is a race condition where steps in the actions that are running at the same time may be run on an instance created by another action.

We can solve this by dynamically registering the runner, as in
https://github.com/orgs/community/discussions/27204
and
https://www.linkedin.com/pulse/automate-self-hosted-github-runner-creation-using-owain-osborne-walsh/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant