From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 458C13858D3C for ; Mon, 11 Sep 2023 18:47:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 458C13858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1694458067; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=RNnE9tkhT1hq38sxIaQF7gAaLnJBUmrgeZyN0l3tnk0=; b=UUOIV7JnohKhSe15Hzfs9b3Oy5TzkDUYMuf8EqG/Xtl+EyHGWuMjLbD6dkoVH+N8VWeIpi OyjR2PE7kQus7Pr0cirGcpbtUp/yrDAzHP97F/7jljt6MxWQRJeEnCwzsG8XsE3uIoJlWD UmTsmnJWb4jWDD9IUsCwVUbKXVyX0GI= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-453-Bwa3zM70OoaE4z--O7oTPQ-1; Mon, 11 Sep 2023 14:47:46 -0400 X-MC-Unique: Bwa3zM70OoaE4z--O7oTPQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 51F251C05AAA for ; Mon, 11 Sep 2023 18:47:46 +0000 (UTC) Received: from redhat.com (unknown [10.22.8.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 41CDA10F1BE7 for ; Mon, 11 Sep 2023 18:47:46 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1qflwn-0003fB-G7 for bunsen@sourceware.org; Mon, 11 Sep 2023 14:47:45 -0400 Date: Mon, 11 Sep 2023 14:47:45 -0400 From: "Frank Ch. Eigler" To: bunsen@sourceware.org Subject: "omnitest.results" on main testruns list page Message-ID: <20230911184745.GA13774@redhat.com> MIME-Version: 1.0 User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - Following up with a bit of work from i-omnitest-summarizer, decided to push it all the way to materializing counts in a metadata variable, which the default r-httpd-browse now displays. So a quick glance at something like https://builder.sourceware.org/testruns/ finally includes overall pass/fail counts. - FChE