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.133.124]) by sourceware.org (Postfix) with ESMTPS id 2AF563858C5E for ; Wed, 16 Aug 2023 23:23:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2AF563858C5E 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=1692228196; 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=LM7dKwQEeZafcF3/YQkVlcQQ4iqBayqkq+eLsUhgACI=; b=Jlro8WBehfo3EJRPqMYcEmLRnMi1G06IuMmMiGR4Dqk80DpHeQqtTiwQWNlls4/HbeE+K4 4pdEOPsX13AgoDSLcQ97wS9PX9Z9X/p1WTBH3XYeRZRqsQCZEDRnJ1Xc7Lmx/43e2Z55Jw NHJwqgo9FhljZsRF7OpP9OjeUz06l8I= Received: from mimecast-mx02.redhat.com (66.187.233.73 [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-390-r8XX4eq0Ov2twfJTQWK7pA-1; Wed, 16 Aug 2023 19:23:15 -0400 X-MC-Unique: r8XX4eq0Ov2twfJTQWK7pA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4632338041E5; Wed, 16 Aug 2023 23:23:15 +0000 (UTC) Received: from redhat.com (unknown [10.22.8.134]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 32AA12166B2D; Wed, 16 Aug 2023 23:23:15 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1qWPr8-0005pA-7g; Wed, 16 Aug 2023 19:23:14 -0400 Date: Wed, 16 Aug 2023 19:23:14 -0400 From: "Frank Ch. Eigler" To: buildbot@sourceware.org, bunsen@sourceware.org Subject: easier buildbot -> bunsen linkage Message-ID: <20230816232314.GA22202@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.6 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.7 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 - With help from Mark and the gods of sqlite and python3, we now have buildbot jobs provide a user-friendly link to the bunsen analysis for each. e.g.: https://builder.sourceware.org/buildbot/#/builders/140/builds/172 Look at the "upload to bunsen" step. There is now a link labeled "bunsen", which points to the analyzed testrun data. This information should be automatically present in all future builds, and is being approximately retrofitted into many older builds (via sqlite/shell-script hacking) as we speak. Over time, the links may break, as the bunsen database is regularly aged. But for the most recent 100,000 or so builds, this should give an easier way to hop right into the analysis system. Enjoy! - FChE