Skip to content

Restart only one workflow #55

@individual-it

Description

@individual-it

In woodpecker all workflows are restarted if the "restart" button is clicked woodpecker-ci/woodpecker#1886
For us this is annoying when a single workflow failed e.g. because of flaky tests.
We could write to some permanent storage e.g. S3 the commitID and the workflow that passed. Before starting that workflow we would check the storage if that flag exists and just skip the run with exit 0 if it does.
Of course that does not make sense for build workflows, but only for real test workflows

CC @ScharfViktor @micbar

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions