Skip to content

Commit

Permalink
docs/process: branching-checklist: Clarify steps to add the branch in…
Browse files Browse the repository at this point in the history
… osstest

The steps to add the new branch in osstest doesn't mention the change
should be committed.

Update the steps to clarify that. Take the opportunity to switch to
use $v instead hardcoded version.

Signed-off-by: Julien Grall <[email protected]>
Reviewed-by: Henry Wang <[email protected]>
Julien Grall committed Feb 9, 2023
1 parent 6a6ae4a commit 4e0e7a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/process/branching-checklist.txt
Original file line number Diff line number Diff line change
@@ -49,7 +49,9 @@ ov=4.0
OSSTEST_CONFIG=production-config-cambridge ./mg-branch-setup qemu-upstream-$v-testing bisect

* add branch to osstest
ie add both eg qemu-upstream-4.2-testing and xen-4.2-testing to BRANCHES in cr-for-branches
Add both qemu-upstream-$v-testing and xen-$v-testing to BRANCHES in cr-for-branches
git add -p
git commit -m "cr-for-branches: Add Xen and QEMU $v branch"

* add to patchbot
on xenbits

0 comments on commit 4e0e7a2

Please sign in to comment.