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

chore(system-tests-k8s): containerDisk poc #3481

Merged
merged 7 commits into from
Jan 16, 2025
Merged

Conversation

marko-k0
Copy link
Member

@marko-k0 marko-k0 commented Jan 16, 2025

Enhancing Config Disk Logic for Improved Performance

This PR replaces the existing CDI logic, where the configuration disk is pushed to a local S3 bucket and imported via the CDI controller, with a new approach using containerDisk logic. The configuration disk is now wrapped as a container image, pushed to a local container registry, and pulled by the container runtime during VM creation.

This change is expected to provide better runtime performance and a more streamlined setup, especially when running a large number of system tests in parallel.

A cleaner implementation will follow once statistical data confirms a significant improvement in performance with these changes. We anticipate having runtime comparisons with FARM in the coming days to validate the effectiveness of this approach.

@github-actions github-actions bot added the chore label Jan 16, 2025
@marko-k0 marko-k0 marked this pull request as ready for review January 16, 2025 17:38
@marko-k0 marko-k0 requested a review from a team as a code owner January 16, 2025 17:38
@github-actions github-actions bot added the @idx label Jan 16, 2025
@marko-k0 marko-k0 added this pull request to the merge queue Jan 16, 2025
Merged via the queue into master with commit 96466fd Jan 16, 2025
27 checks passed
@marko-k0 marko-k0 deleted the marko-container-disk branch January 16, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants