Several scheduled and update workflows are missing timeout-minutes on their jobs, which means a hung job will block a runner indefinitely.
This was addressed for functions.yaml in #3535, but the following workflows were not updated:
test-podman-next.yaml — test job
update-builder.yaml — build-and-push-image job
update-python-platform.yaml — update job
update-quarkus-platform.yaml — update job
update-springboot-platform.yaml — update job
update-ca-bundle.yaml — update job
Proposed fix: add appropriate timeout-minutes to each job, consistent with the values already used in functions.yaml.
Several scheduled and update workflows are missing
timeout-minuteson their jobs, which means a hung job will block a runner indefinitely.This was addressed for
functions.yamlin #3535, but the following workflows were not updated:test-podman-next.yaml—testjobupdate-builder.yaml—build-and-push-imagejobupdate-python-platform.yaml—updatejobupdate-quarkus-platform.yaml—updatejobupdate-springboot-platform.yaml—updatejobupdate-ca-bundle.yaml—updatejobProposed fix: add appropriate
timeout-minutesto each job, consistent with the values already used infunctions.yaml.