Some packages pipelines do have known requirements (e.g. rpm and flatpak only serve linux target OS). Hence, it's best to implement at package registration level to significantly reduce the probable combinations to a sane amount.
This will keep the registered packaging tasks effectively towards the qualified targets.
Expected Behavior
Packaging job can now meaningfully target qualified candidates and significantly improve packaging parallel performance.
Current Behavior
Packaging job runs all probable combinations instead leaving unnecessary bandwidth just for 100% redundant checking. It makes the computer hot!
Description
Some packages pipelines do have known requirements (e.g.
rpm
andflatpak
only servelinux
target OS). Hence, it's best to implement at package registration level to significantly reduce the probable combinations to a sane amount.This will keep the registered packaging tasks effectively towards the qualified targets.
Expected Behavior
Packaging job can now meaningfully target qualified candidates and significantly improve packaging parallel performance.
Current Behavior
Packaging job runs all probable combinations instead leaving unnecessary bandwidth just for 100% redundant checking. It makes the computer hot!
Associated Data Files
No response