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 90BEA45695; Tue, 23 Jul 2024 15:03:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C128427DC; Tue, 23 Jul 2024 15:03:41 +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 C0E11427D5 for ; Tue, 23 Jul 2024 15:03:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1721739819; 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=KgGsqF5pX0lvg/cvXqWH2pPgy6Dpf32PLAhEJx3lRQI=; b=Dqi+PElD+fstXP9tkwsaOtA1LE7wM8BZQ0WFTyHsb+7R/1aJoyZN3dDSbIUgccQteD95w6 zw9rTc+uMGGP9OZ+0RThZSEclepAibDQkexEr9JWKv9ip8xsXDA0J5ASQYGvQR1QZCMyTH VVhxntZvK7ondZHArwjBznCkXbT0X/g= Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-475-lgKarf1rOXedoLhz5y91Wg-1; Tue, 23 Jul 2024 09:03:34 -0400 X-MC-Unique: lgKarf1rOXedoLhz5y91Wg-1 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (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-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 493A819560A2; Tue, 23 Jul 2024 13:03:33 +0000 (UTC) Received: from RHTRH0061144 (unknown [10.22.64.138]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id B724B1953BB9; Tue, 23 Jul 2024 13:03:21 +0000 (UTC) From: Aaron Conole To: Adam Hassick Cc: ci@dpdk.org, alialnu@nvidia.com Subject: Re: [PATCH v1] tools: Update create_series_artifact script In-Reply-To: <20240717180642.24550-1-ahassick@iol.unh.edu> (Adam Hassick's message of "Wed, 17 Jul 2024 14:06:42 -0400") References: <20240717180642.24550-1-ahassick@iol.unh.edu> Date: Tue, 23 Jul 2024 09:03:19 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 X-Mimecast-Spam-Score: 0 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 Adam Hassick writes: > This is a collection of small changes to the create_artifact_script > that the community lab has made over the past several months. The > most notable change is the addition of the "branch" argument, which > allows the caller to specify a branch to apply on. > > * Add branch override argument. > * Default to main branch if guess_git_tree fails. > * Return list of default patch tags if patch_parser fails. > * Use patch name instead of database ID for the patch file name. > > Signed-off-by: Adam Hassick > --- Thanks, applied!