From patchwork Thu Aug 31 03:18:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Robb X-Patchwork-Id: 130930 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3D55741FCF; Thu, 31 Aug 2023 05:19:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40B1940285; Thu, 31 Aug 2023 05:19:19 +0200 (CEST) Received: from mail-ua1-f45.google.com (mail-ua1-f45.google.com [209.85.222.45]) by mails.dpdk.org (Postfix) with ESMTP id 944C640144 for ; Thu, 31 Aug 2023 05:19:17 +0200 (CEST) Received: by mail-ua1-f45.google.com with SMTP id a1e0cc1a2514c-7a505727e7eso190472241.0 for ; Wed, 30 Aug 2023 20:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1693451957; x=1694056757; 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=1DEau7SoHdsQfEpO1d8zrOuTqIK5wO1tkDGx9YA7aR4=; b=VyLFPCpglzoOQlaADt0ujDIEI1Z8gAaPm+I0LFOzmSRa5IqnBh0jx9F2Uh/gZU70md CgMl1QkPnuvqskvs2gqZ5MU5TV4lQo1cV6h8Qxs9L+OZLh1MshSwQPe6mbNDWVjUXVB1 xusjNtI/NzZsxWc6dDGuJkiRq1iVxeVN/n0Jk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693451957; x=1694056757; 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=1DEau7SoHdsQfEpO1d8zrOuTqIK5wO1tkDGx9YA7aR4=; b=i1dX3nQ6vFle2KZO6T0r+5THiC9QVNGTC0ProOHi3q5kN7UpLSNIpEk1oK21Lfwf3T 17KzXkcsAycm2lH6UarMgl8PwU4XJlw4+zSm3EBpHY7sg8fnFsx31bEPXpr6wFOPkI+B BtTq6SxSnVKJRyMkk2gGTClorA4qk9T7bALMeFC0IDCbwFiAfcWw3numZvufXM0zjhQo YLawmEXCQ94BSOrPc5DkGbWrbxzoopHn4fQ4Yba2Trc6QiQSXz6H1+xii83LqF4mG2Fr NnG0bHM1ef8iVx9iYnx6N7/8Dl/k6KY8jaP/6M/qT+qiS3KtZ7xXIBa9pVQ8R9ps5g85 rO7g== X-Gm-Message-State: AOJu0YyGxYPzh3SiERhlCgVB2qnzWnRhgs3iU2oKIHF7OjxUpQXUgTA3 IVkWBOUPkp7n5PkYQzfvPsapB84FHKVrfTLfJboI/N+ehFFUkCGC5rb+FqKKu/cfWihCVWWOXW5 YjVOvTCkIGGeNQCJHnW1YxSWAMhVfp0nRg4saQiEm873Qfu6ZJuoWDW2e0i4= X-Google-Smtp-Source: AGHT+IGi2d8+FC3WMveAF4CKROddcDBfvDPGS0PKc1YbAWhynym+JVyQuzo5LUfeoLCHrxpaglxD3Q== X-Received: by 2002:a67:f8d1:0:b0:44e:af33:4607 with SMTP id c17-20020a67f8d1000000b0044eaf334607mr3982987vsp.2.1693451956732; Wed, 30 Aug 2023 20:19:16 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1257::10e7]) by smtp.gmail.com with ESMTPSA id oo21-20020a05620a531500b00767d47eb29bsm222777qkn.119.2023.08.30.20.19.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Aug 2023 20:19:16 -0700 (PDT) From: Patrick Robb To: web@dpdk.org Cc: Patrick Robb Subject: [PATCH 1/1] adding retest request instructions to the dpdk website Date: Wed, 30 Aug 2023 23:18:34 -0400 Message-Id: <20230831031834.9271-2-probb@iol.unh.edu> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230831031834.9271-1-probb@iol.unh.edu> References: <20230831031834.9271-1-probb@iol.unh.edu> MIME-Version: 1.0 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Signed-off-by: Patrick Robb --- content/testing/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/testing/_index.md b/content/testing/_index.md index 1a31e5f..86fcbab 100644 --- a/content/testing/_index.md +++ b/content/testing/_index.md @@ -103,6 +103,15 @@ referencing the report archive and incrementing one of the counters A maintainer should wait the end of the tests (should be less than a day), and check the results before accepting a patch. +### Requesting a Patch Retest + +If CI testing reports a FAIL for a test label on Patchwork, it is possible to request a retest of your patchseries on those label(s). +For a list of Patchwork testing labels, send an email reply on your patch series cover letter or patch email like so: + +Recheck-request: iol-compile-amd64-testing, iol-broadcom-Performance, iol-compile-arm64-testing + +This is currently only supported by the UNH-IOL Community Lab. So, just those Patchwork testing labels beginning wih "iol." + ### Mainline Monitoring The repository mirror on [GitHub](//github.com/DPDK/dpdk)