tools: add next-dts branch

Message ID 20250116221112.19794-1-ccheng@iol.unh.edu (mailing list archive)
State New
Headers
Series tools: add next-dts branch |

Commit Message

Cody Cheng Jan. 16, 2025, 10:11 p.m. UTC
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@iol.unh.edu>
---
 tools/create_series_artifact.py | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Patrick Robb Jan. 16, 2025, 11:16 p.m. UTC | #1
Thanks Cody.

Reviewed-by: Patrick Robb <probb@iol.unh.edu>
  
Aaron Conole Jan. 23, 2025, 5:51 p.m. UTC | #2
Cody Cheng <ccheng@iol.unh.edu> writes:

> 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@iol.unh.edu>
> ---

Applied - thanks!
  
Patrick Robb Jan. 23, 2025, 5:52 p.m. UTC | #3
Thanks Aaron.

Cody, when you are in tomorrow can you please rebuild the ci_worker
container image with this change? Then we need to monitor the next dts
series which comes in, and make sure that it is correctly applied to
next-dts (intead of applying on main).

Thank you!

On Thu, Jan 23, 2025 at 12:51 PM Aaron Conole <aconole@redhat.com> wrote:

> Cody Cheng <ccheng@iol.unh.edu> writes:
>
> > 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@iol.unh.edu>
> > ---
>
> Applied - thanks!
>
>
  

Patch

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",
 }