From nobody Sun May 5 01:18:02 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=eu.citrix.com ARC-Seal: i=1; a=rsa-sha256; t=1594827713; cv=none; d=zohomail.com; s=zohoarc; b=ZdLMH4LuBaY2RqR8dJmXrEZAMbSDp43JAQ0wuQHAFw6csUNBrrTBLlrgT7yes2OAg3IXvpm1Nm05rB0QFEYUvN6acb0flnd9YiLk+idOS1Pgm6L+FAr/YgiMu4kKT6dX2FrmsjsNLMyVJVx0q6BmvmzcWfG5eHmeQXMwegPfGCY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1594827713; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=t+eqsmIpngzoBD1DDU0sNX1lisg4SwFO0dTwjbfzFcI=; b=cxXeBUNx8sXgv+VMJlpruho7GKESrx/BpypNPINWjLnG5SZRcQJlIgm3CI3V8Adl2bhQlUEgYLtXhzeOm7sMApqr0bxRQ/CbciYtDODernuPunXMVsNBD9MIbn1AJWYewoMIV9qJk2WpYhI+1CyC+NytsB7c++9Gwkk8idrfoFg= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1594827713308230.34548775734936; Wed, 15 Jul 2020 08:41:53 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jvjX4-0006VF-U7; Wed, 15 Jul 2020 15:41:18 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jvjX3-0006V4-AL for xen-devel@lists.xenproject.org; Wed, 15 Jul 2020 15:41:17 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 9e73d4c8-c6b1-11ea-b7bb-bc764e2007e4; Wed, 15 Jul 2020 15:41:16 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1jvjX0-0006HI-Vv; Wed, 15 Jul 2020 16:41:15 +0100 X-Inumbo-ID: 9e73d4c8-c6b1-11ea-b7bb-bc764e2007e4 From: Ian Jackson To: xen-devel@lists.xenproject.org Subject: [PATCH] docs/process/branching-checklist: Get osstest branch right Date: Wed, 15 Jul 2020 16:41:12 +0100 Message-Id: <20200715154112.4719-1-ian.jackson@eu.citrix.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Julien Grall , Wei Liu , Andrew Cooper , ian.jackson@eu.citrix.com, George Dunlap , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" The runes for this manual osstest were wrong. It needs to run as osstest, and cr-for-branches should be run from testing.git. Signed-off-by: Ian Jackson --- docs/process/branching-checklist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-= checklist.txt index e286e65962..0e83272caa 100644 --- a/docs/process/branching-checklist.txt +++ b/docs/process/branching-checklist.txt @@ -86,8 +86,8 @@ including turning off debug. =20 Set off a manual osstest run, since the osstest cr-for-branches change will take a while to take effect: - ssh osstest.test-lab - cd branches/for-xen-$v-testing.git + ssh osstest@osstest.test-lab + cd testing.git screen -S $v BRANCHES=3Dxen-$v-testing ./cr-for-branches branches -w "./cr-daily-bran= ch --real" =20 --=20 2.20.1