-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[ci] Add @tvm-bot rerun #11480
[ci] Add @tvm-bot rerun #11480
Conversation
75bd75f
to
0e88bcd
Compare
This adds a command to restart CI runs that have stopped (either from a failure, success, or abort) via GitHub comments addressed to tvm-bot: ``` @tvm-bot rerun ``` tvm-bot will then comment on the thread and send a request to Jenkins to restart CI. This does not restart GitHub Actions jobs though we may be able to add that in the future.
@tvm-bot merge |
Failed to process merge request in https://github.com/apache/tvm/actions/runs/2424769486
|
@tvm-bot merge |
Failed to process merge request in https://github.com/apache/tvm/actions/runs/2424775781
|
@tvm-bot merge |
Failed to process merge request in https://github.com/apache/tvm/actions/runs/2424785144
|
@tvm-bot merge |
Failed to process merge request in https://github.com/apache/tvm/actions/runs/2430496686
|
This adds a command to restart CI runs that have stopped (either from a failure, success, or abort) via GitHub comments addressed to tvm-bot:
tvm-bot will then comment on the thread and send a request to Jenkins to restart CI. This does not restart GitHub Actions jobs though we may be able to add that in the future. Some of this PR also restructures how the GitHub Actions workflow receives events, before it had to look through a list of comments and decide if it should act, this changes it to only operate on the one comment from the triggering webhook itself so it's more straightforward.
cc @Mousius @areusch