You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/21 08:57:40 UTC

[GitHub] [pulsar-test-infra] lhotari opened a new pull request, #33: [pulsarbot] Handle bug in "/pulsarbot rerun-failure-checks" that reruns obsolete jobs

lhotari opened a new pull request, #33:
URL: https://github.com/apache/pulsar-test-infra/pull/33

   ### Motivation
   
   Currently "/pulsarbot rerun-failure-checks" might rerun obsolete jobs. The jobs to rerun are searched by the PR's head commit SHA. If the PR is closed and re-opened or the complete workflow is re-run, the PR head commit SHA doesn't change. 
   Only the most recent job of each unique workflow should be considered for rerunning.
   
   ### Modifications
   
   - return .workflow_id, .created_at, .conclusion, .url, .name fields from API call
   - sort lines and filter out the last line for each workflow_id
   - add a script for testing the script locally


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-test-infra] eolivelli merged pull request #33: [pulsarbot] Handle bug in "/pulsarbot rerun-failure-checks" that reruns obsolete jobs

Posted by GitBox <gi...@apache.org>.
eolivelli merged PR #33:
URL: https://github.com/apache/pulsar-test-infra/pull/33


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org