b83d4b870e
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.
10 lines
182 B
YAML
10 lines
182 B
YAML
default:
|
|
retry:
|
|
max: 2
|
|
when:
|
|
- "unknown_failure"
|
|
- "runner_system_failure"
|
|
- "stuck_or_timeout_failure"
|
|
- "scheduler_failure"
|
|
- "job_execution_timeout"
|