[PATCH v3 2/3] config: Add example config file

Adam Hassick ahassick at iol.unh.edu
Fri Jan 19 00:41:19 CET 2024


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 <ahassick at iol.unh.edu>
---
 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: <your PW token here>
+
+# Git user and email.
+git:
+  email: your at 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
-- 
2.43.0



More information about the ci mailing list