-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix(clusters): switch from drain to ineligible system #1102
fix(clusters): switch from drain to ineligible system #1102
Conversation
Your org requires the Graphite merge queue for merging into mainYou must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. You can enable merging using labels in your Graphite merge queue settings. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MasterPtato and the rest of your teammates on Graphite |
7213122
to
0b5bd70
Compare
a315490
to
612136a
Compare
0b5bd70
to
f5e78f6
Compare
612136a
to
f526f3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: renaming all the job run workers in the same pr as other changes makes it much harder to review & find impactful changes
@@ -67,13 +67,11 @@ async fn undrain_node(ctx: &ActivityCtx, input: &UndrainNodeInput) -> GlobalResu | |||
.await?; | |||
|
|||
if let Some(nomad_node_id) = nomad_node_id { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updating this activity on existing ndoes is going to cause a bug where they'll be stuck with the nomad drain enabled. probably best to just manually resolve this when we update.
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> Fixes RVTEE-574 **Manually tested** ## Changes <!-- If there are frontend changes, please include screenshots. -->
f5e78f6
to
c117224
Compare
f526f3a
to
09f5143
Compare
Fixes RVTEE-574
Manually tested
Changes