The test types that can be triggered in Fedora CI are hardcoded in the parser meant for parsing Fedora CI retriggering comments.
|
choices=["installability", "rpmlint", "rpminspect", "custom"], |
Additional support of new types of tests without updating this hardcoded list would result of retriggering of those tests not being possible. Remove the hardcoded values and use DownstreamTestingFarmJobHelper.get_fedora_ci_tests() instead.
The test types that can be triggered in Fedora CI are hardcoded in the parser meant for parsing Fedora CI retriggering comments.
packit-service/packit_service/utils.py
Line 329 in 1d3ed53
Additional support of new types of tests without updating this hardcoded list would result of retriggering of those tests not being possible. Remove the hardcoded values and use
DownstreamTestingFarmJobHelper.get_fedora_ci_tests()instead.