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

Convert Existing E2E tests to Docker Tests #7796

Open
dereknola opened this issue Feb 20, 2025 · 0 comments
Open

Convert Existing E2E tests to Docker Tests #7796

dereknola opened this issue Feb 20, 2025 · 0 comments

Comments

@dereknola
Copy link
Member

Is your feature request related to a problem? Please describe.

E2E tests are more compute and time expensive as they spin up full VMs for each node in the RKE2 cluster. Now that we have a reliable docker image rancher/systemd to enable restarts of RKE2 services, the docker test framework can cover more use test cases than previously possible. Docker test setup is faster and uses less resources, which allows large cluster tests (e.g. 3+ server node) to be run on GHA.

Describe the solution you'd like
Examine existing E2E tests. Any tests that do not rely on networking or specialized os or host modifications should be converted into Docker tests.

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

No branches or pull requests

1 participant