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

Write a GHA workflow to continually check for and remove unhealthy content-build runners. #15301

Closed
1 task
ndouglas opened this issue Sep 19, 2023 · 2 comments
Closed
1 task
Assignees
Labels
CMS Team CMS Product team that manages both editor exp and devops Content Release DevOps CMS team practice area

Comments

@ndouglas
Copy link
Contributor

Description

An instance can be marked unhealthy by the ASG, but GHA will blithely continue to run jobs on it.

One way of working around this would be to run a script that checks the health of the host instance for every GHA runner on a regular basis (let's say 1-5 minutes) and deletes runners on unhealthy instances.

There might be other ways to approach the problem.

Acceptance Criteria

  • Runners are deleted when the host instance is marked unhealthy so that new jobs cannot be assigned to it.
@BerniXiongA6
Copy link

Hey @ariperez -- do we know how many points were completed in Sprint 96 and how many points are left to carry over to Sprint 97? Thanks! cc: @ndouglas

@BerniXiongA6
Copy link

Hey @ariperez -- do we know how many points were completed in Sprint 97 and how many points are left to carry over to Sprint 98? Thanks! cc: @ndouglas @maortiz-27-80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMS Team CMS Product team that manages both editor exp and devops Content Release DevOps CMS team practice area
Projects
None yet
Development

No branches or pull requests

3 participants