gitlab-org--gitlab-foss/changelogs/unreleased/38236-remove-build-failed-todo-if-it-has-been-auto-retried.yml
Sean McGivern 6247886405 Don't create build failed todo when build is retried
When a build is retried automatically, we close any open todos. However, we do
that _before_ creating a new build failed todo.

To solve this, we check if the build is retried before creating the todo. We
also ensure that the build _instance_ has the correct attribute set, without
needing to reload it from the database.
2017-10-16 11:10:07 +01:00

5 lines
116 B
YAML

---
title: Don't create build failed todos when the job is automatically retried
merge_request:
author:
type: fixed