-
Notifications
You must be signed in to change notification settings - Fork 64
Increase the timeout limit. #350
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
Conversation
Thanks, waiting for the build to succeed :) |
Only two tests are failing which are due to VM resource jitter I think, approving |
Build is still failing. Should I approve it anyway? |
|
is the build failing due to quota tests? |
No, it is this test: "MCAD Scheduling Fail Fast Preemption Test". I am running locally, only with this test and a timeout of 100 minutes for this test. |
Thanks, we should re-write that test, if that is the only test which is failing, I vote for merging this PR |
I'm good if @asm582 is good. I accepted the changes. |
- Increased timeout for kuttl steps - increased CPU requests for the fast preemption tests - reduced the number of app wrappers submitted, simplified code
the builds are falling due to resource state not being what is expected. While the builds run locally, on travis they seem to be failing. This PR attempts to address some of the failures.