On Mon, Sep 25, 2023 at 12:06 PM Aaron Conole <aconole@redhat.com> wrote:
jspewock@iol.unh.edu writes:

> From: Jeremy Spewock <jspewock@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@iol.unh.edu>
> Signed-off-by: Adam Hassick <ahassick@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.