Try to filter out Docs check and not wait for it

This commit is contained in:
Mikhail f. Shiryaev 2024-10-02 20:01:42 +02:00
parent 93da8527bd
commit a9bc41dd69
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -1131,6 +1131,10 @@ def main() -> int:
ci_cache.filter_out_not_affected_jobs()
ci_cache.print_status()
if pr_info.is_release and not pr_info.is_master:
### FIXME bug with Docs check in ci_cache.jobs_to_wait in release branches
ci_cache.jobs_to_wait.pop(CI.JobNames.DOCS_CHECK)
if IS_CI and not pr_info.is_merge_queue:
if pr_info.is_release and pr_info.is_push_event: