[PATCH v2 1/1] tools: add get_reruns script
Jeremy Spewock
jspewock at iol.unh.edu
Wed Sep 27 16:23:08 CEST 2023
On Mon, Sep 25, 2023 at 12:06 PM Aaron Conole <aconole at redhat.com> wrote:
> jspewock at iol.unh.edu writes:
>
> > From: Jeremy Spewock <jspewock at iol.unh.edu>
> >
> > This script is used to interact with the DPDK Patchwork API to collect a
> > list of retests from comments on patches based on a desired list of
> > contexts to retest. The script uses regex to scan all of the comments
> > since a timestamp that is passed into the script through the CLI for
> > any comment that is requesting a retest. These requests are then filtered
> > based on the desired contexts that you pass into the script through the
> > CLI and then aggregated based on the patch series ID of the series that
> > the comment came from. This aggregated list is then outputted either to
> > a JSON file or stdout with a timestamp of the most recent comment on
> > patchworks.
> >
> > Signed-off-by: Jeremy Spewock <jspewock at iol.unh.edu>
> > Signed-off-by: Adam Hassick <ahassick at iol.unh.edu>
> > ---
>
> Thanks Jeremy - I'll take a look this week. Just returning from PTO.
>
>
I actually submitted another version where you can pass in a patchworks API
URL with command-line args as well as I heard that might be useful. See v3
here:
https://patchwork.dpdk.org/project/ci/patch/20230921195637.11369-4-jspewock@iol.unh.edu/
I think I forgot to mark these other ones as outdated on patchwork, I'll be
sure to do that now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/ci/attachments/20230927/ffabde51/attachment.htm>
More information about the ci
mailing list