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

Add 2 options to runcontainer.sh #1

Merged

Commits on Jun 28, 2023

  1. Add 2 options to runcontainer.sh

    - --extra-rpm <RPM>: specifies an additional rpm package to install
          in the container. Default to none. E.g.,
          --extra-rpm diffutils --extra-rpm sudo
    - --extra-skip-tag <TAG>: specifies a tag to skip. Default to none.
          E.g., --extra-skip-tag "tests::use_selinux_role"
    
    If no `--parallel` option is given, it runs all the tests in one
    ansible-playbook command line that is the original behavior.
    If `--parallel` option is given, it runs each test per command
    line. To run *.yml per command line in one container, '--parallel 1`
    option is required.
    nhosoi committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5bc009f View commit details
    Browse the repository at this point in the history