Actions
action #123748
closed[tools] Add support for excluding packages from test flavor in bot config
Start date:
2023-01-27
Due date:
% Done:
0%
Estimated time:
Tags:
Description
SLE-15SP4 livepatching channel will include packages for userspace livepatching which need standard single incident and aggregate tests. Incident scheduling logic in bot config therefore needs support for package exclusion so that the livepatching channel can be enabled for single incidents without flooding the job groups with kernel livepatch tests. Example:
Server-DVD-Incidents:
archs:
- x86_64
issues:
...
exclude_packages:
- kernel-livepatch
Any incident that contains package with the given name (or name prefix) will be skipped for the parent flavor regardless of what else it contains.
Actions