Skip to content
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

runtime: clh: minimum 10s timeout for CreateVM + BootVM #9153

Merged

Conversation

danmihai1
Copy link
Contributor

Relax the timeout for calling CLH's CreateVM + BootVM APIs. When hitting the older 1s timeout, killing a half-booted Guest and retrying the same boot sequence could have been wasteful and resulting in unstable CI testing on slower Hosts.

Fixes: #9152

Relax the timeout for calling CLH's CreateVM + BootVM APIs. When
hitting the older 1s timeout, killing a half-booted Guest and
retrying the same boot sequence could have been wasteful and resulting
in unstable CI testing on slower Hosts.

Fixes: kata-containers#9152

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @danmihai1!

@danmihai1
Copy link
Contributor Author

/test

@danmihai1 danmihai1 requested a review from sprt February 27, 2024 15:00
Copy link
Contributor

@sprt sprt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Dan!

@danmihai1 danmihai1 merged commit 352e2af into kata-containers:main Feb 27, 2024
544 of 563 checks passed
@danmihai1 danmihai1 deleted the danmihai1/clh-bootVM-timeout branch February 27, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test size/tiny Smallest and simplest task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLH: consider relaxing the 1 second timeout for calling CreateVM followed by BootVM
5 participants