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

github runner overhaul #3751

Merged
merged 46 commits into from
May 7, 2024
Merged

github runner overhaul #3751

merged 46 commits into from
May 7, 2024

Conversation

parithosh
Copy link
Member

This PR would upgrade the existing self hosted runners to use our new autoscaled runner setup found here. Each job can request a runner size and if all runners are occupied, then new ones are spun up automagically (within reason).

This PR would influence the repo by making it:

  • More isolated per job
  • Moderate speed increase
  • Moderate Cost reduction
  • Better security as jobs and tasks are fully isolated and run on ephemeral instances

cc @elasticroentgen from EF DevOps as maintainer of the autoscaler

Copy link
Member

@ralexstokes ralexstokes left a comment

Choose a reason for hiding this comment

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

sounds good to me!

@parithosh parithosh changed the title WIP: Runner overhaul github runner overhaul May 7, 2024
Copy link
Contributor

@hwwhww hwwhww left a comment

Choose a reason for hiding this comment

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

Nice upgrade and clean-up! 🚀

@parithosh parithosh merged commit 84c4aeb into ethereum:dev May 7, 2024
26 checks passed
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