From nobody Thu May 2 03:00:04 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=1585334625; cv=none; d=zohomail.com; s=zohoarc; b=ib0NxKXqZ+OequOMc/DvEh4kpefB9UwxNdqPv0iffy+7aj98LU0rxaO9Swl+lzAyOZkyDwDOGZ165FQST+gs0PsDmeCTW9JhExr3zJpMwi0NDcOa99QdSa6Ood+HSPIJTm7wHMt4GROFMHdJK2cI2t5oSig/4ESNDxakkmA1mRM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1585334625; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To; bh=9P9vOS0KsX+SYWm51b0zAcpoYj/5ze5x2vPTRgo7x58=; b=bn9W/lydlsEUBHOGyENZvo++OGSXYcyjq8XkyRgSRna4c+bB4oKsFEB4P4BKoAHS1TKR/0B9dfQZHN3h2OmXcMwip87o8VCibQWBFDrGtU9K0EXBjsXBLfJlNyZSwnkq69O7Ea+dB7iimQ71ZoNNaZeHS1417sZs+aWcT+41lac= 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 1585334625813647.3621893640332; Fri, 27 Mar 2020 11:43:45 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jHtvr-00079Q-Ug; Fri, 27 Mar 2020 18:42:15 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jHtvq-00079L-OP for xen-devel@lists.xenproject.org; Fri, 27 Mar 2020 18:42:14 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id aca857c4-705a-11ea-92cf-bc764e2007e4; Fri, 27 Mar 2020 18:42:13 +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 1jHtvo-0005Sq-Rx; Fri, 27 Mar 2020 18:42:13 +0000 X-Inumbo-ID: aca857c4-705a-11ea-92cf-bc764e2007e4 From: Ian Jackson To: xen-devel@lists.xenproject.org Date: Fri, 27 Mar 2020 18:42:11 +0000 Message-Id: <20200327184211.20917-1-ian.jackson@eu.citrix.com> X-Mailer: git-send-email 2.11.0 Subject: [Xen-devel] [OSSTEST PATCH] ts-examine-hostprops-save: Save for commissioning flights too (!) X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Ian Jackson Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Ian Jackson --- ts-examine-hostprops-save | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-examine-hostprops-save b/ts-examine-hostprops-save index e50ea7fb..3995a7a7 100755 --- a/ts-examine-hostprops-save +++ b/ts-examine-hostprops-save @@ -31,8 +31,8 @@ logm("setting host properties and flags"); =20 # NB: in order to aid debug only attempt to save the host props on flights # with intended real blessing, for the rest just do a dry run. -our $dry_run =3D $blessing ne "real"; -logm("not saving host props/flags with intended blessing $blessing !=3D re= al") +our $dry_run =3D $blessing !~ qr{^real$|^commission-}; +logm("not saving host props/flags with intended blessing $blessing") if $dry_run; =20 foreach my $k (sort keys %r) { --=20 2.11.0