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.