Skip to content

Commit

Permalink
ci: use dump_packages.py callback to get packages used by role
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
richm committed Oct 4, 2023
1 parent a0ba009 commit 6bae074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
commit-message:
prefix: ci

0 comments on commit 6bae074

Please sign in to comment.