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

Reduce technical debt & increase timeout #116

Merged
merged 3 commits into from
Nov 30, 2022

Conversation

andreeaflorescu
Copy link
Member

Summary of the PR

We were using a rather outdated version. Moving to the latest available one.
There are some other things that need fixing and I am looking at addressing in this PR, hence for now this is WIP.

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR are signed (with git commit -s), and the commit
    message has max 60 characters for the summary and max 75 characters for each
    description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

We were using a rather outdated version. Moving to the latest available
one.

Signed-off-by: Andreea Florescu <[email protected]>
@andreeaflorescu
Copy link
Member Author

Another thing that I want to do before merging this is to publish a new container version to update the base image from Ubuntu 18.04 to ubuntu 22.

@andreeaflorescu
Copy link
Member Author

Another thing that I want to do before merging this is to publish a new container version to update the base image from Ubuntu 18.04 to ubuntu 22.

This will take longer than anticipated, so I would propose just merging this once we get the hosts in order as well.

By default we are now using the kvm hypervisor in tests.
This can be overritten for the entire pipeline at the pipeline
level by using the environment variable `AGENT_TAG_HYPERVISOR`.

Fixes: rust-vmm#115

Signed-off-by: Andreea Florescu <[email protected]>
We need to increase the timeout for each test to 15 minutes because we
are experiencing timeouts when running the tests. I think this might be
actually related to the hosts running the CI, because some early
investigations by [email protected] show that the threads are blocked
on doing epoll_wait. This is odly similar to the issue discussed here
related to epoll: https://lore.kernel.org/all/[email protected]/

For more details, check: rust-vmm/community#137

Signed-off-by: Andreea Florescu <[email protected]>
@andreeaflorescu andreeaflorescu changed the title [WIP] Reduce technical debt Reduce technical debt Nov 30, 2022
@andreeaflorescu andreeaflorescu changed the title Reduce technical debt Reduce technical debt & increase timeout Nov 30, 2022
@lauralt lauralt merged commit aa33f19 into rust-vmm:main Nov 30, 2022
@andreeaflorescu andreeaflorescu deleted the tech_debt branch November 30, 2022 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants