From patchwork Thu Jan 4 15:10:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Conole X-Patchwork-Id: 135728 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 32BF143818; Thu, 4 Jan 2024 16:10:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D8284029A; Thu, 4 Jan 2024 16:10:53 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 9BE3840275 for ; Thu, 4 Jan 2024 16:10:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1704381051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LkgO8z29+AJQaigTtwE2B3NFxiteawF9wRXjM0KYHWQ=; b=N37pH0Sshl8x8NF/EAmr1PQStDb39+/Vu3/FN10iuXLbBOKf2ZwKroDKkSCWrcdxyjmVO+ TdnejnC8OgiXVgz4niwG3AQFOqKg8H11lHRMOOh8Z7B1E4ZqHmhCliLnXYBRoQRq8z0kGf GCb8DWy7qwLGlubdibjzFP0VbGJvDCc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-19-qTGdGLH-M9ySdx6K0Nx67Q-1; Thu, 04 Jan 2024 10:10:48 -0500 X-MC-Unique: qTGdGLH-M9ySdx6K0Nx67Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7740D85A58F; Thu, 4 Jan 2024 15:10:48 +0000 (UTC) Received: from RHTPC1VM0NT.redhat.com (unknown [10.22.16.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4FD6A40C6EB9; Thu, 4 Jan 2024 15:10:48 +0000 (UTC) From: Aaron Conole To: web@dpdk.org Cc: probb@iol.unh.edu Subject: [PATCH] testing: add the GitHub Actions robot to retest instructions Date: Thu, 4 Jan 2024 10:10:47 -0500 Message-ID: <20240104151047.437236-1-aconole@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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: Aaron Conole Acked-by: Jeremy Spewock --- content/testing/_index.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/testing/_index.md b/content/testing/_index.md index 1db5927..a054292 100644 --- a/content/testing/_index.md +++ b/content/testing/_index.md @@ -106,14 +106,17 @@ and check the results before accepting a patch. #### Requesting a Patch Retest If CI reports a failure for a test label on Patchwork, -it is possible to request a retest of a patch series on those label(s). +it is possible to request a retest of a patch or series on those label(s). For a list of Patchwork testing labels, send an email reply on the patch or cover letter like so: ``` -Recheck-request: iol-compile-amd64-testing, iol-broadcom-Performance, iol-unit-arm64-testing +Recheck-request: iol-compile-amd64-testing, iol-broadcom-Performance, iol-unit-arm64-testing, github-robot ``` -This is currently only supported by the UNH-IOL Community Lab, -so just those Patchwork testing labels beginning wih "iol-". +Note that you may omit any labels which are not failing. + +This is currently supported by the UNH-IOL Community Lab, and the GitHub +Actions robot so just those Patchwork testing labels beginning wih "iol-" +or "github-robot". ### Mainline Monitoring