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

tests: use podman instead of ssh to speed up in PR CI #7489

Closed
wants to merge 2 commits into from

Commits on Aug 2, 2024

  1. tests: update the tests to work with latest pytest-mh

    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`.
    pbrezina committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8201cde View commit details
    Browse the repository at this point in the history
  2. tests: use podman instead of ssh to speed up in PR CI

    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.
    pbrezina committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2525ee3 View commit details
    Browse the repository at this point in the history