Rerun the failed tests by comments#2309
Conversation
--- *Motivation* Currently, non-committers cannot rerun the failure tests, we need to provide the ability to let non-committer to rerun the failed tests. I wrote a Github Actions that can rerun the failed test by comments `rerun failure tests` and add it to the bookkeeper ci process.
|
Before merging this pull requests. We need to add a secrets named |
|
@sijie do you know how to help? |
|
@eolivelli we need to ask INFRA for doing that. You can search the INFRA jiras to find my JIRA ticket created for Pulsar. |
|
@sijie I will try to do it |
|
I have created a ticket to INFRA (INFRA-20170) |
|
@zymap which token should I give to INFRA ? |
|
According to the guide you posted we need a @sijie shall I ask INFRA to create a "repository token" ? |
@eolivelli I am not sure about this. @sijie Could you help with this? |
I am not sure how to do it. How does "repository token" work? |
|
@zymap the token is ready. |
|
@zymap committed to master branch can you please test it ? |
--- *Motivation* Currently, non-committers cannot rerun the failure tests, we need to provide the ability to let non-committer to rerun the failed tests. I wrote a Github Actions that can rerun the failed test by comments `rerun failure tests` and add it to the bookkeeper ci process. Reviewers: Enrico Olivelli <eolivelli@gmail.com> This closes apache#2309 from zymap/rerun-failure-job
Motivation
Currently, non-committers cannot rerun the failure tests, we need to
provide the ability to let non-committer to rerun the failed tests.
I wrote a Github Actions that can rerun the failed test by comments
rerun failure testsand add it to the bookkeeper ci process.