[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH for-4.20 2/2] docs/process: branching-checklist: Remove any reference to OSSTest
From: Julien Grall <jgrall@xxxxxxxxxx> OSSTest was turned off a few weeks ago. So we don't need any steps related to OSSTest when branching off to a new Xen version. Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx> --- Do we need any specific steps for gitlab CI? --- docs/process/branching-checklist.txt | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-checklist.txt index 372d7268d20a..582bc86d6a67 100644 --- a/docs/process/branching-checklist.txt +++ b/docs/process/branching-checklist.txt @@ -2,7 +2,6 @@ Access to the following accounts is necessary: * xenbits.xen.org: xen, xendocs - * osstest.osstest-test-lab: osstest === Check list === @@ -17,11 +16,6 @@ ov=4.0 cd ~/git/qemu-xen-traditional.git git branch stable-$v master -# make branch in libvirt - ssh xen@xxxxxxxxxxxxxxx - cd ~/git/libvirt.git/ - git branch osstest/frozen/xen-$v-testing xen-tested-master - # make branches in xenbits.xen.org xen.git ssh xen@xxxxxxxxxxxxxxx cd ~/git/xen.git @@ -43,17 +37,6 @@ ov=4.0 git add -p git commit -m "Branch for $v" -* make branches etc. in osstest - ssh osstest@xxxxxxxxxxxx-lab - cd testing.git - OSSTEST_CONFIG=production-config ./mg-branch-setup xen-$v-testing bisect - OSSTEST_CONFIG=production-config ./mg-branch-setup qemu-upstream-$v-testing bisect - -* add branch to osstest - 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 ssh xen@xxxxxxxxxxxxxxx cd ~/HG/patchbot/ @@ -84,11 +67,4 @@ Update newly diverging staging-$v according to release-technician-checklist.txt section re README etc., including turning off debug. -Set off a manual osstest run, since the osstest cr-for-branches change -will take a while to take effect: - ssh osstest@xxxxxxxxxxxx-lab - cd testing.git - screen -S $v - BRANCHES=xen-$v-testing ./cr-for-branches branches -w "./cr-daily-branch --real" - Send message to committers and RM. Use previous mail as a template. -- 2.40.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |