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 3DD30469ED; Wed, 18 Jun 2025 17:36:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36EA6427B1; Wed, 18 Jun 2025 17:36:38 +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 EE6D0402E6 for ; Wed, 18 Jun 2025 17:36:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1750260995; 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=ItMIbvURY5S/BZ+vk8aoWg86tRrt4wwM7UQxju4m/BY=; b=JsVsK7Xjxp8R8t0P9vRj0PW+R5lCR93Rqs5JdU674ml9TMsjzDGJIYJ8l0NAPLWVNNJGYk SA3hvwLepz7HUo7nu/KAnfrORFSbg4LSKu4jbJHH9tOO0/TQ8qG/tkRbBlp3k7Cz5Qfsve QwcAgKR8RY/AomJjIXq7yXb+a9w3e8c= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-107-gnu-iauUO8OWkiylxvE09Q-1; Wed, 18 Jun 2025 11:36:32 -0400 X-MC-Unique: gnu-iauUO8OWkiylxvE09Q-1 X-Mimecast-MFC-AGG-ID: gnu-iauUO8OWkiylxvE09Q_1750260991 Received: from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111]) (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 mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id A845018001D7; Wed, 18 Jun 2025 15:36:30 +0000 (UTC) Received: from RHTRH0061144 (unknown [10.22.64.166]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 23EC4180035E; Wed, 18 Jun 2025 15:36:28 +0000 (UTC) From: Aaron Conole To: Patrick Robb Cc: ci@dpdk.org, ahassick@iol.unh.edu, zhoumin@loongson.cn, shaibran@amazon.com Subject: Re: [PATCH] tools: add branch rebase support to recheck script In-Reply-To: <20250611205849.72165-1-probb@iol.unh.edu> (Patrick Robb's message of "Wed, 11 Jun 2025 16:58:49 -0400") References: <20250611205849.72165-1-probb@iol.unh.edu> Date: Wed, 18 Jun 2025 11:36:27 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: K_DI-UYsX17LRxtOwQ-iDpebSdt9BMPHRA_OoK21Eyo_1750260991 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Patrick Robb writes: > Adding support for key value parameters to the recheck framework. This is > being done specifically to support the branch rebase feature. With this > commit, the rerun_requests.json includes a new arguments section which > currently stores the rebase value, and can store future key value pairs > in the future. This commit does not add a requirement that the user uses > the rebase argument. It is optional. > > There are also some small quality of life changes which have been added. > > Signed-off-by: Adam Hassick > Signed-off-by: Patrick Robb > --- Thanks Patrick. Applied.