-
Notifications
You must be signed in to change notification settings - Fork 247
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
tests: use podman instead of ssh to speed up in PR CI #7489
Conversation
This PR misses backport labels, please make sure to add them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, thanks
Latest version added an option to replace SSH connections with podman or docker, therefore a generic interface was created. Most notably, `host.ssh` was replaced with `host.conn`.
We can now use podman instead of ssh run commands on the host. This is quite faster so we can benefit from it in PR CI.
Rebased, let's see if we can get green tests. |
Failures are unrelated. |
We can now use podman instead of ssh run commands on the host. This is
quite faster so we can benefit from it in PR CI.
Depends on: