From patchwork Wed Jan 10 14:57:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Hassick X-Patchwork-Id: 135831 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 CEBA443883; Wed, 10 Jan 2024 15:58:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C8D6940269; Wed, 10 Jan 2024 15:58:33 +0100 (CET) Received: from mail-qv1-f49.google.com (mail-qv1-f49.google.com [209.85.219.49]) by mails.dpdk.org (Postfix) with ESMTP id D86A14021E for ; Wed, 10 Jan 2024 15:58:32 +0100 (CET) Received: by mail-qv1-f49.google.com with SMTP id 6a1803df08f44-680b1335af6so41394946d6.1 for ; Wed, 10 Jan 2024 06:58:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1704898712; x=1705503512; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=lZnP2xgG/Bcaoa0SruIVp07wxARLpNWE/+Znwk3h0Og=; b=P4rnB2kc8FRU186iRCvFJ3lTBMbwUdUac6JT3ndlwMoqa7cvdFphi5uP4UQ7YiUtb+ ESrBn2liH25f3Fukv5goO9sX8vV/LJpj8WbxVWegSZ+UOBFKqS6zZdx1RDqyEZeajeyv 5Y6HtsMs2qOPVEjAPU6U7K3n4yMMPgL5CreAk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704898712; x=1705503512; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lZnP2xgG/Bcaoa0SruIVp07wxARLpNWE/+Znwk3h0Og=; b=pRJ+RJ49AZZhlpE/8MeEVdbdR5h0f7Sh7V1di+8FD5k7igbgnHb5AHDq0oPWYtmyS7 nBhQxrD1hxRw6XUPzIGAWXR/KTTDDjW7DhOWLwjGZNbvMkkTSjSlts73F121SrN96Gj5 S34B5Jtu0JET0gIZJhuY8oBWy8ICSzBIOQYq5Bo3KYeHEEeV/aKeIGqDJ6Pj5Tdek/RI mc1ywiCoxOUOLStqc699gxG3kSKQz5TezOTAjPep9wzLuhyMc4sJdXsIMt6qyvB0WVx3 OwLx7FlP8P4ERvmuF5eIMfdOxIbM0kXg/DskjW0CV5def7QP720SQhPd24sZLF7EqcHN 8PIA== X-Gm-Message-State: AOJu0Yy/D0XXkNobepYbRYOuOy83c33Gls9jjiWR48MLNK76Hdpx8SP+ dIOkVKegYkb/SLXUk5hXsw7NJgE4AxfGJIYf9ZVVdnhkUKULZqvQy5FDhjE0acJ0CuXA6z+amJv Ld8PzZ8xY6/UpTQwce+arwbrtZKe20MgBKpLaFsLsELiLDrGDINTxt8b59vRe13MmfWl8UrZL X-Google-Smtp-Source: AGHT+IFuDddHjcQLdfsu+sLXFAsU5LAQO8sR62nikdTaEf8J0ZzL3Ooo250TuCc7WxRsA+/KCh90zQ== X-Received: by 2002:ad4:5ca2:0:b0:680:f70a:44d1 with SMTP id q2-20020ad45ca2000000b00680f70a44d1mr292158qvh.43.1704898712122; Wed, 10 Jan 2024 06:58:32 -0800 (PST) Received: from pogmachine2.loudonlune.net ([216.212.51.182]) by smtp.gmail.com with ESMTPSA id da7-20020a05621408c700b00680b1a92322sm1755378qvb.77.2024.01.10.06.58.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Jan 2024 06:58:31 -0800 (PST) From: Adam Hassick To: ci@dpdk.org Cc: aconole@redhat.com, alialnu@nvidia.com, Adam Hassick Subject: [PATCH 2/2] config: Add example config file Date: Wed, 10 Jan 2024 09:57:15 -0500 Message-ID: <20240110145715.28157-3-ahassick@iol.unh.edu> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240110145715.28157-1-ahassick@iol.unh.edu> References: <20240110145715.28157-1-ahassick@iol.unh.edu> MIME-Version: 1.0 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 Adds an example configuration file for the new create series artifact script. The set values should work if the script is run from inside the tools directory. Signed-off-by: Adam Hassick --- config/artifacts.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/artifacts.yml diff --git a/config/artifacts.yml b/config/artifacts.yml new file mode 100644 index 0000000..dff81ec --- /dev/null +++ b/config/artifacts.yml @@ -0,0 +1,22 @@ +--- + +# Patchwork settings for git-pw +patchwork: + server: http://patchwork.dpdk.org/api/1.3 + project: http://patchwork.dpdk.org/projects/dpdk/list +# token: + +# Git user and email. +git: + email: your@email.here + user: Artifact Robot + +# Paths to scripts and configs. +patch_parser: + path: ./patch_parser.py + config: ../config/patch_parser.cfg +pw_maintainers_cli: + path: ./pw_maintainers_cli.py + +# Where to clone a DPDK mirror from +repo_url: "https://github.com/DPDK/dpdk.git" \ No newline at end of file