From patchwork Fri Aug 14 17:21:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Jackson X-Patchwork-Id: 11714905 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6C2F7618 for ; Fri, 14 Aug 2020 17:27:29 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4877320855 for ; Fri, 14 Aug 2020 17:27:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=citrix.com header.i=@citrix.com header.b="hroHY/Pu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4877320855 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=eu.citrix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k6dTd-0004Sk-VG; Fri, 14 Aug 2020 17:26:49 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k6dQU-00024Q-Go for xen-devel@lists.xenproject.org; Fri, 14 Aug 2020 17:23:34 +0000 X-Inumbo-ID: 90a2a242-43f8-4d80-b009-045a4ce57d5b Received: from esa4.hc3370-68.iphmx.com (unknown [216.71.155.144]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 90a2a242-43f8-4d80-b009-045a4ce57d5b; Fri, 14 Aug 2020 17:22:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=citrix.com; s=securemail; t=1597425743; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=6jsNPgkrbQxgzqdAWU+v8WyFAwyN1dTTfEckfC/Xnrw=; b=hroHY/PuRAP1+qpuwFyUQWI9caDlh22mnwtD1RKlIe/xPGO2IruOlnTs CpqlrMCbIVGoDaw4tSrHwyUhg6grcm6RN2gU407uJUq0cxCi9BaRCdTYz eYWOvji7O8+OAdbu6ctwqv+JIY7gv1qgDz8TTMDCcUtTPtQIc4Z++7QeB U=; Authentication-Results: esa4.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: IichEY6ZbjBfBltydfbxGNc45YhISME2fOnywk2FxnlR5Yi55yUdPVBUQdCZ+R3/xfjTVUvoVr D2eDWOwNYmeTiSRdecYPIFFAV87WYBsltBYIicUTlEYEdVXtcMYRQ1NEu60qM8Dlc3Cizss2+7 smCeAhgKQJmvF8R6x6aNgjG0xvJs70rwhVUsVnmZDrLAyf7x3zKVo1GBc3UCWndiCtYzt3KnBM 8LblB9vH6EohahVqiPCBGEBP/S0XcllJiU83/fU4Zi+BseQ/EgJZqeVjCXbyKMzcdj8gWzcgj3 IyU= X-SBRS: 2.7 X-MesageID: 25487837 X-Ironport-Server: esa4.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.76,313,1592884800"; d="scan'208";a="25487837" From: Ian Jackson To: CC: Ian Jackson Subject: [OSSTEST PATCH 54/60] sg-report-job-history: Cache osstestrevs Date: Fri, 14 Aug 2020 18:21:59 +0100 Message-ID: <20200814172205.9624-55-ian.jackson@eu.citrix.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200814172205.9624-1-ian.jackson@eu.citrix.com> References: <20200814172205.9624-1-ian.jackson@eu.citrix.com> MIME-Version: 1.0 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: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" No logical change. Signed-off-by: Ian Jackson --- sg-report-job-history | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sg-report-job-history b/sg-report-job-history index d5e37bcd..48dc2f57 100755 --- a/sg-report-job-history +++ b/sg-report-job-history @@ -260,17 +260,20 @@ END my $hosts = join ", ", map { $r->{Hosts}{$_} // "-" } @hostvarcols; my $hosts_colour = report_altchangecolour(\$alt_hosts, $hosts); print H "".encode_entities($hosts)."\n"; - my %osstestrevs; - $osstestverq->execute($r->{Flight}{flight}); - while (my ($harness) = $osstestverq->fetchrow_array()) { - $osstestrevs{$harness}++; - } + my $osstestrevmap = cacheable_fn($r->{Flight}, 'o', sub { + my %osstestrevs; + $osstestverq->execute($r->{Flight}{flight}); + while (my ($harness) = $osstestverq->fetchrow_array()) { + $osstestrevs{$harness}++; + } + \%osstestrevs; + }); my $osstestrevs = join ' ', map { s/^([0-9a-f]{12})[0-9a-f]+\b/$1/; "".encode_entities($_).""; } - sort keys %osstestrevs; + sort keys %$osstestrevmap; my $osstest_colour = report_altchangecolour(\$alt_osstest, $osstestrevs); print H "$osstestrevs\n"; foreach my $i (0..$#rev_grid_cols) {