[PATCH 1/1] tools: check for pending test status when parsing emails
Thomas Monjalon
thomas at monjalon.net
Mon May 20 21:03:18 CEST 2024
17/05/2024 21:22, Patrick Robb:
> Signed-off-by: Patrick Robb <probb at iol.unh.edu>
Please could you explain what it is doing?
Having a workflow understanding would be nice.
> --- a/tools/update-pw.sh
> +++ b/tools/update-pw.sh
> @@ -49,6 +49,7 @@ case $status in
> 'SUCCESS') pwstatus='success' ;;
> 'WARNING') pwstatus='warning' ;;
> 'FAILURE') pwstatus='fail' ;;
> + 'PENDING') pwstatus='pending' ;;
More information about the ci
mailing list