Skip to content
Snippets Groups Projects
Verified Commit 24590f01 authored by Max Fan's avatar Max Fan :two: Committed by GitLab
Browse files

Enabling FF ci_retry_on_exit_codes on SM

This enables builds to retry on exit codes
Feature is already enabled on .com

Changelog: added
parent 2f76c9b2
No related branches found
No related tags found
1 merge request!148189Enabling FF ci_retry_on_exit_codes on SM
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/430037
milestone: '16.7'
type: development
group: group::pipeline authoring
default_enabled: false
default_enabled: true
......@@ -3975,10 +3975,7 @@ test:
#### `retry:exit_codes`
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/430037) in GitLab 16.10 [with a flag](../../administration/feature_flags.md) named `ci_retry_on_exit_codes`. Disabled by default.
FLAG:
On self-managed GitLab, by default this feature is not available. To make it available,
an administrator can [enable the feature flag](../../administration/feature_flags.md) named `ci_retry_on_exit_codes`.
> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/430037) in GitLab 16.11.
Use `retry:exit_codes` with `retry:max` to retry jobs for only specific failure cases.
`retry:max` is the maximum number of retries, like [`retry`](#retry), and can be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment