From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65FA844055; Fri, 17 May 2024 21:22:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 600C240278; Fri, 17 May 2024 21:22:38 +0200 (CEST) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by mails.dpdk.org (Postfix) with ESMTP id 9DB8E40268 for ; Fri, 17 May 2024 21:22:36 +0200 (CEST) Received: by mail-qv1-f47.google.com with SMTP id 6a1803df08f44-6a3652a740aso4857876d6.3 for ; Fri, 17 May 2024 12:22:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1715973756; x=1716578556; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Idw8mGWd3cYl2FQ5rAVOT7XV9u3R7FRswmemnH5159U=; b=cfe8pilR6bylEBGOv4L748qpqibqmcmGOhmAahWeJuLYqBfbCUtxnYvmQGi+DMay27 +GxEa88DWJ4i1ESnW2ilPqFYA1yZnwFrL7/re1SvgiHlQuVpq3XbYCwnAUNHY3wLzyn5 /HblfWs7YSonPQvBJfmIAYR1ZoPvVTJFpCFTg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715973756; x=1716578556; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Idw8mGWd3cYl2FQ5rAVOT7XV9u3R7FRswmemnH5159U=; b=V2lrDkfgpuBCAW35wA2leqvu3xUbAhiOUohNxORxtAsvM+k5fTVXFxRB7wWBPyRrBE H0C8sNQibvwHEluyuRTEX3EGni0YczHaye+ySeECsujJFcZUFB+2tMdtWUiLHScbu18H KhBlADUhgSjUAFcBI8ebQqGmZZOpjrxFV3CBhokFe5xLa5gcbLBrbqjlGDqMiCKC4TC3 LccNYzRp4f9X10cuSudv29PWFwhu3HTZd/CeEy4gHCzvsLKqnot9hX8koT4gxjaQ7C7e Pq233vQF+t573GHfdCyqMBF6H13+fAzA1ECAnaMe/XTdlE+3kjTg8ClIZX4nncFhzkJA I4eA== X-Gm-Message-State: AOJu0YyQd84e6D1Pj0SCw0uWDQJGIpJr012LFi+Y8DHjFiswO19cGzsw e5XZR2/D/BAELM/8xalQzC65sNPwNqNRzpOIQUQ2m8OzqA4JfpRlCLP9ENIaeONM8OGHcRO2528 4Yh7htdVJX6cRlQlWmYa7sKelYlNbV3K9v95YZK19AIBmjBngN99fYxcVWZiL7tDzCZb/KsTDPh dsrKuPiqi89mwe+wf8SRjwRQ== X-Google-Smtp-Source: AGHT+IHWU8kfQjNdWk6QQlQ6mpztsQ+tsa/gAhkohbfLZKUVhpAuEa/3+OWfczBbmYnBqCQkYYYyvQ== X-Received: by 2002:a05:6214:428f:b0:6a0:d298:e04e with SMTP id 6a1803df08f44-6a168259307mr295891276d6.43.1715973755534; Fri, 17 May 2024 12:22:35 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:7cf:ede5:53c9:3711]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6a354a0a802sm34117856d6.81.2024.05.17.12.22.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 May 2024 12:22:35 -0700 (PDT) From: Patrick Robb To: ci@dpdk.org Cc: probb@iol.unh.edu, ahassick@iol.unh.edu Subject: [PATCH 1/1] tools: check for pending test status when parsing emails Date: Fri, 17 May 2024 15:22:22 -0400 Message-Id: <20240517192222.20555-2-probb@iol.unh.edu> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20240517192222.20555-1-probb@iol.unh.edu> References: <20240517192222.20555-1-probb@iol.unh.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Signed-off-by: Patrick Robb --- 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