From patchwork Thu Jan 18 23:41:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Hassick X-Patchwork-Id: 135970 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 A9E19438F9; Fri, 19 Jan 2024 00:42:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CDAB4113C; Fri, 19 Jan 2024 00:42:11 +0100 (CET) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) by mails.dpdk.org (Postfix) with ESMTP id A36EF4026F for ; Fri, 19 Jan 2024 00:42:10 +0100 (CET) Received: by mail-qk1-f169.google.com with SMTP id af79cd13be357-7833a51a1aaso16377585a.0 for ; Thu, 18 Jan 2024 15:42:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1705621330; x=1706226130; 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=ltRnC5Qq9KXXarXOcdV8+FO5vm9EB5fIzCmdNFasH1g=; b=B82ny6FcTj08AQXwk9jNbIU3YuzX7OCttKQqQLD/k6vUV0lxQDnsTHKdnuclVs2Y9o ZCas+AUTCcJ0QMoEEuV3irq02ukNbndyWyYUAAuEAUcDcxefwsvLjqcLzClAXbPx+Kbk sSKyKcLP8KXwytCplVLxLLOLmuGYijn6yRi/Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705621330; x=1706226130; 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=ltRnC5Qq9KXXarXOcdV8+FO5vm9EB5fIzCmdNFasH1g=; b=hI0M2PjXNTqkqdiQMgBNPEWuO6ParLpO0nOyI0sr1o3OvKDeEPm1Lb01KF50Dur+Zu PbbXlvfWJTi1xKVepVna3v7JdHlrMyGUOBUrMXDwxm6gtBA1/MX6iNEoGxjl6Bd1nzID lBMK1GRp1IRNqo/4uwtP5FjG1+/4Ag4VWmtT2QjmpxbxaOkf0Rhlxm1nFGQXT8U1KmSj FSF0xZt51QLCxfBZCEj8iPlSTPFS4E2Nh9W6LzI3rWPvtHuupx8+QYGgdnLZlNvEjW+X E/gtknzJfGcp9jAo/K2jPDCPn/ENcMo1OAPHjA7tDdB1RDfsd5P9OTdS51E5IAnxPj5K lpVA== X-Gm-Message-State: AOJu0YxRL21cE3U4QAL0SrOfzS/PeEyyxs0rzLTgkFqcsB5AhGDk2ZLr tFqlebsmP/MgIurmncZOQm6GWoqyg7MDdhNdFimuKNZubmueDardH7t23sYB6sxyRaivL427WpB V4t5yHk39IbxHomJWg2/SwtXUfieJlDkt3lzOmSJXZpUM3yaHyLUshsrEbYJoHBJ+zWNbt41JwD syuH5ffcojExapyRwwSX6oQqoLWw== X-Google-Smtp-Source: AGHT+IH3Tn2WREeoK1Pop+6UH9MtTd6rYvlyap3CGC7BfAuyrq4fGRVRXgimYRJBKjrMf2v+zlm5Pg== X-Received: by 2002:a05:620a:28c8:b0:783:4849:c652 with SMTP id l8-20020a05620a28c800b007834849c652mr556051qkp.17.1705621329701; Thu, 18 Jan 2024 15:42:09 -0800 (PST) Received: from pogmachine2.loudonlune.net ([216.212.51.182]) by smtp.gmail.com with ESMTPSA id oq6-20020a05620a610600b0078334ada139sm5625641qkn.7.2024.01.18.15.42.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Jan 2024 15:42:09 -0800 (PST) From: Adam Hassick To: ci@dpdk.org Cc: Adam Hassick Subject: [PATCH v3 2/3] config: Add example config file Date: Thu, 18 Jan 2024 18:41:19 -0500 Message-ID: <20240118234120.29256-3-ahassick@iol.unh.edu> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240118234120.29256-1-ahassick@iol.unh.edu> References: <20240118234120.29256-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 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/artifacts.yml diff --git a/config/artifacts.yml b/config/artifacts.yml new file mode 100644 index 0000000..290c0f9 --- /dev/null +++ b/config/artifacts.yml @@ -0,0 +1,24 @@ +--- +# SPDX-License-Identifier: BSD-3-Clause +# Copyright (c) 2024 University of New Hampshire + +# 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