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

ci: use dump_packages.py callback to get packages used by role #213

Closed
wants to merge 1 commit into from

Commits on Oct 4, 2023

  1. ci: use dump_packages.py callback to get packages used by role

    This adds the dump_packages.py callback which will dump the
    arguments to the `package` module (except for `state: absent`)
    to the integration test run logs.  The output looks like this:
    `lsrpackages: pkg-a pkg-b ...`
    We will have tooling which will scrape the logs to extract the
    packages used at runtime and testing for all of the supported
    combinations of distribution and version.
    
    This also ensures the weekly-ci PR git commit message conforms
    to commitlint.
    
    Signed-off-by: Rich Megginson <rmeggins@redhat.com>
    richm committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9250455 View commit details
    Browse the repository at this point in the history