Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Workflow: trigger a retest #109

Open
dominykas opened this issue Oct 8, 2021 · 0 comments
Open

Github Workflow: trigger a retest #109

dominykas opened this issue Oct 8, 2021 · 0 comments

Comments

@dominykas
Copy link
Member

dominykas commented Oct 8, 2021

At the moment, when a wiby test label is added, it will kick off the workflow, which will run wiby test if there is no status check for wiby; if there is a pending status check, it will instead run a wiby result and report the status.

There currently is no way to clean up the status check, therefore there is no way to re-start the wiby test if for some reason the tests got stuck and the results are never moving past "pending".

Ideas:

  • add support for a wiby clean test label, which would clear the status check, run a wiby clean and only then kick off a wiby test
    • gotcha: as wiby clean closes pending PRs / deletes pending branches, it might destroy any user changes in these branches
  • add support for a wiby retest label, which would clear the status check and re-run wiby test
    • gotcha: we probably then also need an explicit wiby clean label?
  • regardless of anything, we should probably remove all the wiby * trigger labels at the end of any workflow run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant