2d0e058dff
Removes commented out tags from the GitLab CI configuration to clean up the file and reduce confusion. The tags are not currently used and their removal helps streamline the CI setup.
12 lines
258 B
YAML
12 lines
258 B
YAML
default:
|
|
retry:
|
|
max: 2
|
|
when:
|
|
- "unknown_failure"
|
|
- "runner_system_failure"
|
|
- "stuck_or_timeout_failure"
|
|
- "scheduler_failure"
|
|
- "job_execution_timeout"
|
|
# tags:
|
|
# - codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME
|