[v2] CONTRIBUTING: always use the next branch for running CI tests prior to submission

Message ID 20250409054437.2639251-1-srinuvasan.a@siemens.com
State New
Headers show
Series [v2] CONTRIBUTING: always use the next branch for running CI tests prior to submission | expand

Commit Message

srinuvasan.a April 9, 2025, 5:44 a.m. UTC
From: Srinuvasan A <srinuvasan.a@siemens.com>

Always use the next branch for running CI tests prior to submission, and
additionally, update the refspec to commit/branch, this is missed in the
commit 74f41f1.

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5e27dcbe..22d93b08 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,7 +93,7 @@  Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        branch: master
+        branch: next
         layers:
           meta:
           meta-isar:
@@ -115,7 +115,7 @@  Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        refspec: master
+        branch: next
 	patches:
           0001:
             path: /work/0001-my-contribution-to-isar.patch