From patchwork Thu Aug 31 03:18:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Robb X-Patchwork-Id: 98 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 4568F41FCF; Thu, 31 Aug 2023 05:19:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28B6740285; Thu, 31 Aug 2023 05:19:09 +0200 (CEST) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mails.dpdk.org (Postfix) with ESMTP id 23F9440144 for ; Thu, 31 Aug 2023 05:19:08 +0200 (CEST) Received: by mail-qv1-f45.google.com with SMTP id 6a1803df08f44-64f3ad95ec0so2441706d6.1 for ; Wed, 30 Aug 2023 20:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1693451947; x=1694056747; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=/ESywoAVhvRbjmXnk5hQshcy6BFVeeFmMOXYfI+YhWI=; b=V95x96l+IDXjlnaOEPuCmHQ2nIUaNyIQdzhqDBQbagZ46mIEeTW/c/yunDum/8kLab +cIidkPRuGqvHh5+VLIsUNfa2Lh/5NjiI5MDXyJhhFjCM43kWXFkbMQEn94npCS+DgsM AnLKwaMW98y10uql6tTBRiQxSjzso31XK91Y0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693451947; x=1694056747; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/ESywoAVhvRbjmXnk5hQshcy6BFVeeFmMOXYfI+YhWI=; b=NHTaPW8kF26I1yWeiuabgMZhn+c5OhA/M2FTx7Vaccq1W1k1Rz8ncMKgqTUBcaPhv9 gjrZcQOtvMIlnEQk7aEdT8Sp4dk/msB70DANbiXsf1zC6I1usheyakaDejwPfLvgXiq9 rKkVEEIPi4bbbV1l0IrQrrguPi/o2Lx5uPveblxFfhZFQuaYmg0MhpzqhZhOC5SIsz1V SM3+rFjLzvdU23k8ylny0O2xQA1mvOGRcS6p7PtOfTvlHmFGDvxcEU5Ylh43CcAOgxBO p3gDX4DOglfgUQpT5ZYlo00Pt4dJtsbYqKrC9Rz6vUrZYkoGG3cVhh2k689ShI43nLK4 HWQQ== X-Gm-Message-State: AOJu0YzU1lSUAJ/UtmFt0KOPQwh7N+cvsaxgKAGJ6io+7yvD3kN+AoFr Cmf2FbkZpcauRpw3Dzq/RgqNZ+G8uv+nbiH1013x06P+dB4OIzfcXDUur/0QhhEupwEbKvdFDWS NVFgOlVORtgp/eGw9HeBhkDTrF+qjisGEqeZh3pcbC0hUZm5ipI4LK/U+vG4= X-Google-Smtp-Source: AGHT+IEAkNTJYId7dSbA9t9PC+CixmuKLajzLuEeLqVz4OcpUY1NwTkwUARjUkGMETEXfqkaWTzSZQ== X-Received: by 2002:a0c:e1c4:0:b0:64f:7a11:b06c with SMTP id v4-20020a0ce1c4000000b0064f7a11b06cmr1882192qvl.43.1693451947295; Wed, 30 Aug 2023 20:19:07 -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.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Aug 2023 20:19:07 -0700 (PDT) From: Patrick Robb To: web@dpdk.org Cc: Patrick Robb Subject: [PATCH 0/1] add retesting framework instructions Date: Wed, 30 Aug 2023 23:18:33 -0400 Message-Id: <20230831031834.9271-1-probb@iol.unh.edu> X-Mailer: git-send-email 2.40.0 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 The Community Lab is now supporting an automated email based retesting framework. Community members can now request retests by replying to their cover letter or patch emails using the agreed upon format. This testing page update briefly describes how to request a retest and gives an example of the correct format being used. Other labs will soon too be supporting this, at which point the bit at the end about which labs are supporting this framework will have to be updated. Patrick Robb (1): adding retest request instructions to the dpdk website content/testing/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+)