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 8540944147; Mon, 3 Jun 2024 20:52:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5047B42E5D; Mon, 3 Jun 2024 20:52:54 +0200 (CEST) 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 D096542E4A for ; Mon, 3 Jun 2024 20:52:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1717440772; 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: in-reply-to:in-reply-to:references:references; bh=duYJtzKHslge0slb814ElhOYRytWDAfJsyHgXQOROEI=; b=UPXyPRioTpBDdFp4A6wl58EiFtQ0P/QMygd1/HIzDCvFThNnzuQHD0WNd5iuO+a17jtR1I YyVWxkV77yGMdhQMrx2QjrWTe6UxYAVVjN/UKetAR5GVcOTbjcs8ZpRUdhqQlSqKcSCtzr wJrBSYNcNVAz/O5d2/4jhJYcCgnD+FE= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-663-NG6yu-UbOw2iqVZWQEYgJQ-1; Mon, 03 Jun 2024 14:52:48 -0400 X-MC-Unique: NG6yu-UbOw2iqVZWQEYgJQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (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 9CA0A1C05131; Mon, 3 Jun 2024 18:52:47 +0000 (UTC) Received: from RHTRH0061144 (unknown [10.22.16.249]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B1143201157C; Mon, 3 Jun 2024 18:52:46 +0000 (UTC) From: Aaron Conole To: Patrick Robb Cc: web@dpdk.org, mb@smartsharesystems.com, thomas@monjalon.net, zhoumin@loongson.cn, rajesh.t.puttaswamy@intel.com Subject: Re: [PATCH] Add CI testing depends-on support status In-Reply-To: <20240531220110.5159-1-probb@iol.unh.edu> (Patrick Robb's message of "Fri, 31 May 2024 18:01:10 -0400") References: <20240531220110.5159-1-probb@iol.unh.edu> Date: Mon, 03 Jun 2024 14:52:46 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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 Patrick Robb writes: > Currently, the DPDK submission guidelines allow for contributors to > indicate patch dependencies with their patchseries submission. This is > not broadly supported in CI testing today, although we can expect this > to change soon, as an initiative is about to begin with the goal of > supporting patch dependencies on the patchwork server side. The DPDK > Community Lab is going to allocate developer time towards this effort. > Once that is complete, it should be relatively simple for the CI labs > to begin supporting patch dependencies. In the meantime, it has been > suggested that we begin tracking that support by lab. Once support is > at 100%, this note on the testing page can be removed. > > Tested with local Hugo instance. > > Signed-off-by: Patrick Robb > --- Acked-by: Aaron Conole > content/testing/_index.md | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/content/testing/_index.md b/content/testing/_index.md > index 394287b..b7d5e36 100644 > --- a/content/testing/_index.md > +++ b/content/testing/_index.md > @@ -103,6 +103,8 @@ 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. > > +Note: At this time, the [depends-on](https://doc.dpdk.org/guides/contributing/patches.html#patch-dependencies) tag is supported in CI testing by only the Github Robot. Patchwork test reports under labels iol, intel, and loongson do not yet support this feature. > + > #### Requesting a Patch Retest > > If CI reports a failure for a test label on Patchwork,