-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Comment out NodeAffinity.RequiredDuringSchedulingRequiredDuringExecution #21057
Conversation
Labelling this PR as size/M |
GCE e2e test build/test passed for commit 4d0eed1e53b1b0855f0e09a8112d6583645143bd. |
hack/verify-gofmt.sh Can you please fix? |
Once fixed - LGTM |
@davidopp Thanks for the fix, there are also tests that uses NodeAffinity.RequiredDuringSchedulingRequiredDuringExecution in validation_test.go, predicates_test.go, test/e2e/scheduler_predicates.go, shall we comment out or change them? |
Thanks for noticing those, @kevin-wangzefeng . I should have used case-insensitive grep (or remembered that we actually have tests...) Also ran 'gofmt -s' @wojtek-t / @kevin-wangzefeng PTAL. |
Labelling this PR as size/L |
GCE e2e test build/test passed for commit ad921930a0324e48a70e2bb91cd1aa3938c9e563. |
@davidopp - seems that there is still one issue: === RUN TestValidatePod in pkg/api/validation Can you please take a look? |
GCE e2e test build/test passed for commit b51bfa5812f90cac88a76b1bbcfebea302309cd9. |
@k8s-bot ok to test |
GCE e2e test build/test passed for commit b51bfa5812f90cac88a76b1bbcfebea302309cd9. |
GCE e2e build/test failed for commit b51bfa5812f90cac88a76b1bbcfebea302309cd9. |
@davidopp |
PR needs rebase |
GCE e2e build/test failed for commit b51bfa5812f90cac88a76b1bbcfebea302309cd9. |
GCE e2e test build/test passed for commit 3c05f9c5cd13f4dc4c163610aaca97611341ca24. |
@k8s-bot test this issue: #IGNORE |
GCE e2e test build/test passed for commit 3c05f9c5cd13f4dc4c163610aaca97611341ca24. |
@k8s-bot unit test this please issue: #IGNORE |
because it is not yet implemented.
PR changed after LGTM, removing LGTM. |
GCE e2e build/test failed for commit 66368ef. |
GCE e2e test build/test passed for commit 66368ef. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 66368ef. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
} | ||
} else { | ||
out.RequiredDuringSchedulingRequiredDuringExecution = nil | ||
} |
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.
Did you delete this manually? I'm trying to debug some weirdness I'm noticing with ./hack/update-generated-deep-copies.sh
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.
No I didn't edit any of the generated files manually.
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.
Thanks, I opened #21338
…l-race-comment UPSTREAM: <drop>: comment out componentconfig registration for kube controller manager Origin-commit: 8a1c021cbd254b7337020d3b3cc9565da6dc4122
because it's not yet implemented.
@wojtek-t to review
cc/ @bgrant0607 @kevin-wangzefeng