[PATCH] tools: add next-dts branch

Cody Cheng ccheng at iol.unh.edu
Thu Jan 16 23:11:12 CET 2025


Adds the next-dts branch to the branch name map so that DTS patches
will apply on next-dts-for-main.

Signed-off-by: Cody Cheng <ccheng at iol.unh.edu>
---
 tools/create_series_artifact.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/create_series_artifact.py b/tools/create_series_artifact.py
index c1077b5..8225a4e 100755
--- a/tools/create_series_artifact.py
+++ b/tools/create_series_artifact.py
@@ -42,6 +42,7 @@ BRANCH_NAME_MAP = {
     "next-net-mlx": "next-net-mlx-for-next-net",
     "next-net-mrvl": "next-net-mrvl-for-main",
     "next-virtio": "next-virtio-for-next-net",
+    "next-dts": "next-dts-for-main",
 }
 
 
-- 
2.47.1



More information about the ci mailing list