Skip to content

Commit c2cdbb7

Browse files
Helen Koikemripard
authored andcommitted
drm/ci: do not automatically retry on error
Since the kernel doesn't use a bot like Mesa that requires tests to pass in order to merge the patches, leave it to developers and/or maintainers to manually retry. Suggested-by: Rob Clark <[email protected]> Signed-off-by: Helen Koike <[email protected]> Reviewed-by: David Heidelberg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 80b6434 commit c2cdbb7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

drivers/gpu/drm/ci/gitlab-ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,6 @@ default:
5555
export CI_JOB_JWT="$(<${CI_JOB_JWT_FILE})" &&
5656
rm "${CI_JOB_JWT_FILE}"
5757
58-
# Retry when job fails.
59-
retry:
60-
max: 1
61-
# Ignore runner_unsupported, stale_schedule, archived_failure, or
62-
# unmet_prerequisites
63-
when:
64-
- api_failure
65-
- runner_system_failure
66-
- script_failure
67-
- job_execution_timeout
68-
- scheduler_failure
69-
- data_integrity_failure
70-
- unknown_failure
71-
7258
include:
7359
- project: 'freedesktop/ci-templates'
7460
ref: 16bc29078de5e0a067ff84a1a199a3760d3b3811

0 commit comments

Comments
 (0)