-
Notifications
You must be signed in to change notification settings - Fork 117
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
test: Increase initial time to stabilize for FVTs #429
Conversation
Scale to zero before AllowAnyPVC test Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
I kicked off a few more FVT runs:
All completed successfully. With an average runtime of just under 30 minutes, the increased timeouts do not seem to add to the (previous) overall completion time for successful FVT tests: https://github.com/kserve/modelmesh-serving/actions/workflows/fvt.yml?query=is%3Asuccess+ |
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.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ckadner, rafvasq The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @rafvasq |
Motivation
Address most frequent of the recent FVT failures due to exceeded timeouts:
https://github.com/kserve/modelmesh-serving/actions/runs/6017567397/job/16324018749
AllowAnyPVC
" storage test initialization timeout:https://github.com/kserve/modelmesh-serving/actions/runs/6029197178/job/16358155402
Modifications
Result
The FVT suites ran 5 consecutive times without failures:
The average runtime remains just under 30 mins, inline with the previous overall completion time for successful FVT tests:
https://github.com/kserve/modelmesh-serving/actions/workflows/fvt.yml?query=is%3Asuccess+