diff mbox series

[for-4.20,2/2] docs/process: branching-checklist: Remove any reference to OSSTest

Message ID 20241206194025.31662-3-julien@xen.org (mailing list archive)
State New
Headers show
Series docs/process: Update the branching checklist | expand

Commit Message

Julien Grall Dec. 6, 2024, 7:40 p.m. UTC
From: Julien Grall <jgrall@amazon.com>

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@amazon.com>

---

Do we need any specific steps for gitlab CI?
---
 docs/process/branching-checklist.txt | 24 ------------------------
 1 file changed, 24 deletions(-)
diff mbox series

Patch

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@xenbits.xen.org
-    cd ~/git/libvirt.git/
-    git branch osstest/frozen/xen-$v-testing   xen-tested-master
-
 # make branches in xenbits.xen.org xen.git
     ssh xen@xenbits.xen.org
     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@osstest.test-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@xenbits.xen.org
     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@osstest.test-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.