-
Notifications
You must be signed in to change notification settings - Fork 4k
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
VPA - Vpa full e2e test flakiness #2794
Comments
I'll be bumping up the timeout for the tests. However it could be worth investigating why there is a ~20 spread on test execution. |
It seems that test duration is extended due to some unjustified waiting time between vpa setup and test start. |
The line
The next line is:
My guess is that the tests are build without sufficient cpu. |
In vpa we include all k8s tests. Lets remove them: #2807 |
Looks like #2807 significantly reduced number of unneeded tests |
Removing all k8s e2e tests from vpa e2e: #2812 |
And now it's reduced to Hopefully it will reduce the time required by tests to be built. |
Currently the test execution times are not varying that much. |
Currently vpa full e2e test is flaky due to timeouts.
Testgrid: https://testgrid.k8s.io/sig-autoscaling-vpa#autoscaling-vpa-full
The text was updated successfully, but these errors were encountered: