This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ci-templates/Defaults.gitlab-ci.yml
argoyle b83d4b870e refactor: remove commented tags from CI config file
This commit removes unused commented-out tags in the 
Defaults.gitlab-ci.yml file to clean up the code 
and improve readability, ensuring clarity in the CI 
configuration.
2025-10-23 16:29:45 +02:00

10 lines
182 B
YAML

default:
retry:
max: 2
when:
- "unknown_failure"
- "runner_system_failure"
- "stuck_or_timeout_failure"
- "scheduler_failure"
- "job_execution_timeout"