[v3,0/1] tools: Add script for getting rerun requests

Message ID 20230921195637.11369-3-jspewock@iol.unh.edu (mailing list archive)
Headers
Series tools: Add script for getting rerun requests |

Message

Jeremy Spewock Sept. 21, 2023, 7:55 p.m. UTC
  From: Jeremy Spewock <jspewock@iol.unh.edu>

This version adds a command-line argument to optionally use a different
URL for the patchworks API instead of always using the DPDK patchworks.
It will still default to using the DPDK patchworks however so this isn't
required.

v1: https://mails.dpdk.org/archives/ci/2023-September/002562.html
v2: https://mails.dpdk.org/archives/ci/2023-September/002568.html

Jeremy Spewock (1):
  tools: add get_reruns script

 tools/get_reruns.py | 233 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 233 insertions(+)
 create mode 100755 tools/get_reruns.py