Skip to content

[BUG]: need for retry logic to code coverage workflow due to upstream changes #10835

@kgryte

Description

@kgryte

For every commit to the main develop branch, we run a code coverage workflow. This workflow can fail if, by the time the workflow runs for a given commit, changes have been pushed to the same branch, as displayed in the screenshot below.

Currently, the workflow just fails. Ideally, we would have some way of automatically restarting the workflow and trying again, potentially with backoff logic, up to a certain number of times.

Otherwise, at the moment, I am having to manually monitor the commit log and then manually restart failed workflows. There should be a better way.

Image

cc @Planeshifter

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working.CIIssue or pull request specific to continuous integration environments.Help WantedExtra attention is needed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions