feat(retest): add pull request retest command#603
Open
ayagmar wants to merge 3 commits intoquarkusio:mainfrom
Open
feat(retest): add pull request retest command#603ayagmar wants to merge 3 commits intoquarkusio:mainfrom
ayagmar wants to merge 3 commits intoquarkusio:mainfrom
Conversation
5c931ab to
5b2e294
Compare
afba37c to
77fdc5d
Compare
…ching and test fixtures
f09fb9d to
155cd5f
Compare
Contributor
Author
|
Hello @gsmet this is ready for review, lmk your thoughts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding support for
@quarkusbot reteston pull requests to close #71It also works with
@quarkus-bot retest.The command is:
WRITEpermissionRETEST_PULL_REQUEST_WORKFLOWSfeature flagWhen it runs, it reruns failed jobs from the latest run we find for each workflow. It also handles both
pull_requestandpull_request_targetruns.Notes
A couple of implementation details are worth calling out:
github-apidoes not expose a public method for that endpoint yet. I opened Add support for rerunning failed workflow jobs hub4j/github-api#2210 for it, but I don't know when that will be released.Testing
Video :
2026-03-25.21-21-37.mp4