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

Implement E2E testing in GitHub Actions #9659

Closed
Tracked by #9477
dereknola opened this issue Mar 6, 2024 · 0 comments
Closed
Tracked by #9477

Implement E2E testing in GitHub Actions #9659

dereknola opened this issue Mar 6, 2024 · 0 comments
Assignees

Comments

@dereknola
Copy link
Member

Is your feature request related to a problem? Please describe.
We currently don't run all the E2E tests in Drone, due to a need to run tests sequentially (limitations around libvirt naming space).

Describe the solution you'd like
Run more of the E2E tests that only require a few nodes (1 server, 1 agent typically) in GitHub Actions. Utilize a matrix setup to parallelize testing.

Additional context

With the enablement of nested virtualization in GitHub Actions, it is finally possible to run a subset of the E2E tests there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant