-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Type:DevOpsRelated to CI/CDRelated to CI/CD
Description
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
Metadata
Metadata
Assignees
Labels
Type:DevOpsRelated to CI/CDRelated to CI/CD