Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkg/rules/packages-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ test-image:
include:
- image: 'almalinux:9'
systemd_service_unit_file: pkg/common/cascaded.s*
rpm_rpmlint_check_filters: bad-manual-page-folder

- image: 'almalinux:8'
systemd_service_unit_file: pkg/common/cascaded.s*
rpm_rpmlint_check_filters: bad-manual-page-folder

- image: 'almalinux:10'
systemd_service_unit_file: pkg/common/cascaded.s*
rpm_rpmlint_check_filters: bad-manual-page-folder

# 'mode' is not used by the package building workflow job, but is used by the package testing workflow job.
# Ploutos will not include this key when using this matrix definition to generate package building matrix
Expand Down
Loading