From nobody Tue May 7 06:56:08 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=1596557619; cv=none; d=zohomail.com; s=zohoarc; b=iCWlk1KtecxJGmHXpzKc/txva6yPz84ZeMmm5GMaT8NNY2pPogEcPc3IgL2yvDvrjZPIKcSLNaP0U/QixjL9VmukvAL7N5gUa9PnmvYLutMv/7+RZ7Okfc63YR+LciHdjCU01YOq0HLK0MxmaDUnmqDtVzQS/o6FSntnIBX4jgA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1596557619; 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=rELUCplqvvT6k3JrWxS1hmTwi5dygT1pzGl4xU3saVk=; b=X69AmtJUXujkcvcHsKtRJjpDtb3htvQ98sJuHs5SmFaOZ6n32rqN/qI9mtnD+wAz/1to2Wq7+JzDXrdsDvrmQWL2mxukBIKwX3Cwz3gidznIO8vlTHXXHbTlFCpSEHUfrlEF9bad/WF7TMecOEMYRF9xAd3mlsEUbhD7KbRuUv4= 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 1596557619408694.7226306661943; Tue, 4 Aug 2020 09:13:39 -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 1k2zYs-0007YC-6F; Tue, 04 Aug 2020 16:13:10 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k2zYr-0007Y7-4A for xen-devel@lists.xenproject.org; Tue, 04 Aug 2020 16:13:09 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 1048a266-1bf8-4a1e-9fe0-25252faa01d1; Tue, 04 Aug 2020 16:13:08 +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 1k2zYp-00043d-3J; Tue, 04 Aug 2020 17:13:07 +0100 X-Inumbo-ID: 1048a266-1bf8-4a1e-9fe0-25252faa01d1 From: Ian Jackson To: xen-devel@lists.xenproject.org Subject: [OSSTEST PATCH] cri-args-hostlists: Add some calls to date(1) Date: Tue, 4 Aug 2020 17:13:04 +0100 Message-Id: <20200804161304.3018-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: Ian Jackson Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" This will make it easier to see perf changes etc. Signed-off-by: Ian Jackson --- cri-args-hostlists | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cri-args-hostlists b/cri-args-hostlists index 28d576db..61572c2d 100644 --- a/cri-args-hostlists +++ b/cri-args-hostlists @@ -117,17 +117,25 @@ start_email () { =20 globallockdir=3D`getconfig GlobalLockDir` =20 + date >&2 + with-lock-ex -w $globallockdir/report-lock \ ./sg-report-job-history --html-dir=3D$job_html_dir --flight=3D$flight =20 + date >&2 + ./sg-report-flight --html-dir=3D$flight_html_dir/$flight/ \ --allow=3Dallow.all --allow=3Dallow.$branch \ $sgr_args $flight >tmp/$flight.report ./cr-fold-long-lines tmp/$flight.report =20 + date >&2 + mkdir -p $host_html_dir with-lock-ex -w $globallockdir/report-lock \ ./sg-report-host-history --html-dir=3D$host_html_dir flight:$flight + + date >&2 } =20 publish_send_email () { --=20 2.20.1