[PATCH 1/1] tools: check for pending test status when parsing emails

Ali Alnubani alialnu at nvidia.com
Mon May 20 08:08:19 CEST 2024


> -----Original Message-----
> From: Patrick Robb <probb at iol.unh.edu>
> Sent: Friday, May 17, 2024 10:22 PM
> To: ci at dpdk.org
> Cc: probb at iol.unh.edu; ahassick at iol.unh.edu
> Subject: [PATCH 1/1] tools: check for pending test status when parsing emails
> 
> Signed-off-by: Patrick Robb <probb at iol.unh.edu>
> ---
>  tools/update-pw.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/update-pw.sh b/tools/update-pw.sh
> index 07067dd..b0f0baa 100755
> --- 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' ;;
>  esac
>  printf 'id = %s\nlabel = %s\nstatus = %s/%s %s\nurl = %s\n' \
>  	"$pwid" "$label" "$status" "$pwstatus" "$desc" "$url"
> --
> 2.40.0

Acked-by: Ali Alnubani <alialnu at nvidia.com>


More information about the ci mailing list