From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 3A7503772 for ; Thu, 15 Dec 2016 00:05:37 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id a197so136968001wmd.0 for ; Wed, 14 Dec 2016 15:05:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=lH9ROOzCtiD9BbHrAM4j/rhbAE7vXRGJxMg7kx0Lf2U=; b=nTRQN5UsOP5RNKghwoxtVgvJtsCthhprOvi33W40Lx5O4BESKPEq/nnjqtjUyBpnek x7gXpcSAuxDCaFv64znG9ZKfo/jBVSbmNrqkn8mmDc9rQwur//nEJKduDKRxcADRm1ZB WJZZd0HcCnIfBQmeyoSNRxEqPEyMN5gRgj0/y/fG3msuFfCCVhM7CxCgPnKKZvcXde/4 npx5PTHjfNACzjzyNy/U0tZK9Al/WXCU2Wsbiy2fHgaNrh7CK696ApevYeA/C1psgu33 XQ1psHQzxDszIsAc5zAE+m2D66rDJPrrGSwd2NSJ6vEgGrJIJBixLPN7gAx9kjahb6D7 MrJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=lH9ROOzCtiD9BbHrAM4j/rhbAE7vXRGJxMg7kx0Lf2U=; b=ZVAdi0zjL5pEpaUyjAq7fQokHNWMvSMcD1MiKrpjxSqCff5ajOYTJNDaGVIen0fowY W2VKqqwJg7dZaj9A1GNM4Y/xFPoOlxnqO4Gghlw12QbHCjqFqTHeHUWMR7CafpGQ0J1X 0PakE3JXGgxeXJK3kKjAOds5ECzFYa3xY+sTjBidTLelZ2X5Zwl2IgUw07VHzxMAn03P nBKjazoe3RqVFYtdLHD8/LE2b1H8SSNmS5L1FkkFDKDKcjrM51NknRkfFKy33DiOmUFk ZOaTqU8e6LRE5ERVV9CUrGBwnMK3ZhtrT++PnZiawv5HZ2AMtTXOWAQKpGgPSval3T3g 2bkA== X-Gm-Message-State: AKaTC02Z0Ge2DxvzErHfx5HiUXzlEXN2yvmAVMODdtQoFd/yhmi4KQ5OGIi+hs48ORrYTYiS X-Received: by 10.28.49.193 with SMTP id x184mr9055209wmx.44.1481756736614; Wed, 14 Dec 2016 15:05:36 -0800 (PST) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id v2sm69378887wja.41.2016.12.14.15.05.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Dec 2016 15:05:36 -0800 (PST) From: Thomas Monjalon To: ci@dpdk.org Date: Thu, 15 Dec 2016 00:05:22 +0100 Message-Id: <1481756723-4868-9-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1481756723-4868-1-git-send-email-thomas.monjalon@6wind.com> References: <1480944373-10233-1-git-send-email-thomas.monjalon@6wind.com> <1481756723-4868-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-ci] [PATCH v5 8/9] tools: add patchwork integration X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 23:05:37 -0000 This script is run with patchwork admin credentials. It is typically installed on dpdk.org and run for each mail received in the test-report mailing list. Signed-off-by: Thomas Monjalon --- README | 3 ++ tools/update-pw.sh | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100755 tools/update-pw.sh diff --git a/README b/README index b030175..c5f3d09 100644 --- a/README +++ b/README @@ -46,6 +46,9 @@ If a report has the format of a "per-patch" test, it is automatically integrated in patchwork. The script send-patch-report.sh should be used. +If a report has the same Test-Label and patchwork id as a prior report, +then it replaces the old one. It allows to re-run a test. + Scripts help ------------ diff --git a/tools/update-pw.sh b/tools/update-pw.sh new file mode 100755 index 0000000..61b239b --- /dev/null +++ b/tools/update-pw.sh @@ -0,0 +1,84 @@ +#! /bin/sh + +# BSD LICENSE +# +# Copyright 2016 6WIND S.A. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# * Neither the name of 6WIND S.A. nor the names of its +# contributors may be used to endorse or promote products derived +# from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +print_usage () { + cat <<- END_OF_HELP + usage: $(basename $0) + + Add or update a check in patchwork based on a test report. + The argument specifies only the last URL parts of the test-report + mailing list archives (month/id.html). + END_OF_HELP +} + +. $(dirname $(readlink -e $0))/load-ci-config.sh +pwclient=${DPDK_CI_PWCLIENT:-$(dirname $(readlink -m $0))/pwclient} + +while getopts h arg ; do + case $arg in + h ) print_usage ; exit 0 ;; + ? ) print_usage >&2 ; exit 1 ;; + esac +done +if [ -z "$1" ] ; then + printf 'missing argument\n\n' >&2 + print_usage >&2 + exit 1 +fi + +url="http://dpdk.org/ml/archives/test-report/$1" +mmarker='' +for try in $(seq 20) ; do + [ -z "$report" -o $try -ge 19 ] || continue # 2 last tries if got something + [ $try -le 1 ] || sleep 3 # no delay before first try + report=$(curl -sf $url | grep -m1 -A9 "$mmarker") || continue + echo "$report" | grep -q '^_.*_$' && break || continue +done +if [ -z "$report" ] ; then + echo "cannot download report at $url" >&2 + exit 2 +fi + +pwid=$(echo "$report" | sed -rn 's,.*http://.*dpdk.org/.*patch/([0-9]+).*,\1,p') +label=$(echo "$report" | sed -n 's,.*Test-Label: *,,p') +status=$(echo "$report" | sed -n 's,.*Test-Status: *,,p') +desc=$(echo "$report" | sed -n 's,^_\(.*\)_$,\1,p') +case $status in + 'SUCCESS') pwstatus='success' ;; + 'WARNING') pwstatus='warning' ;; + 'FAILURE') pwstatus='fail' ;; +esac +printf 'id = %s\nlabel = %s\nstatus = %s/%s %s\nurl = %s\n' \ + "$pwid" "$label" "$status" "$pwstatus" "$desc" "$url" +[ -n "$pwid" -a -n "$label" -a -n "$status" -a -n "$desc" ] || exit 3 + +$pwclient check-create -c "$label" -s "$pwstatus" -d "$desc" -u "$url" $pwid -- 2.7.0