[go: up one dir, main page]

ciao: add more types of default retry

What

This MR enhances the default retry with additional failure types that trigger automatic retries: api_failure, unknown_failure, and scheduler_failure.

How

  • api_failure: Triggered when the GitLab API fails to respond or returns errors
  • unknown_failure: Covers failure cases that don't fit into other categories
  • scheduler_failure: Occurs when the GitLab job scheduler encounters problems

Documentation Reference

For complete details on GitLab CI retry configuration and failure types, see: https://docs.gitlab.com/ci/yaml/#retry

Edited by pietro

Merge request reports

Loading