-
Notifications
You must be signed in to change notification settings - Fork 2k
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
E2E: test exercising node drain behavior for CSI volumes #12384
Conversation
29a75a3
to
5460040
Compare
5460040
to
12d2462
Compare
12d2462
to
7a7e23a
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.
Minor question, but it's probably me missing something 😄
55b1f2e
to
01c4d60
Compare
@@ -7,22 +7,22 @@ plan: | |||
terraform plan \ | |||
-var="nomad_local_binary=$(PKG_PATH)" \ | |||
-var="volumes=false" \ | |||
-var="client_count_ubuntu_bionic_amd64=2" \ | |||
-var="client_count_ubuntu_bionic_amd64=3" \ |
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.
We have a lot of E2E tests that need at least 3 nodes, including this one, so I've bumped the default here.
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Run a test on nightly that drains a node and ensures that the CSI volume is moved as expected. (This is still using the "framework-style" testing because I didn't want to rewrite the entire
e2e/csi
package just to land this. Will do that in a follow-up PR.)