-
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
Use Resource Consumer for tests in autoscaling.go #14275
Conversation
GCE e2e build/test passed for commit c2c540f82a449a50a2f90464bf9a55ca502651b3. |
Labelling this PR as size/M |
/cc @pmorie @jayunit100 |
GCE e2e build/test passed for commit 69d521d66d2281db207436bc446747f3dae9b007. |
@@ -140,39 +142,6 @@ func CreateService(f *Framework, name string) { | |||
Expect(err).NotTo(HaveOccurred()) | |||
} | |||
|
|||
func ConsumeCpu(f *Framework, id string, cores int) { | |||
CreateService(f, 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.
You can also remove CreateService method.
LGTM just a nit |
PTAL |
LGTM |
GCE e2e build/test passed for commit a9a52a9. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit a9a52a9. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
Part of #11570
@piosz