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 B82293858D3C for ; Thu, 4 Jan 2024 02:34:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B82293858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B82293858D3C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704335645; cv=none; b=MHlY9ShuxhupWmic7ny6ETkQvmu//ektcbIv1lJ0k9S63Q5mJ5nZVnQSPqPmLVRVosjSjk4C9TGpT8dayAk1BkuIC4iQOria10c3ZN3nPKYx2aVmpeOipZkiMBuN/NKOycenalw56ea7kjJCiUWh5r8M62IJXv1FwfbH1I6fovU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704335645; c=relaxed/simple; bh=Zc206U8YTTjkERNqbgiqlY6Xo0yDssCCp8CP4dtU9Kg=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=ON8dGc+YzGsT0Sd/LZaWxCjKAftMQZAGXUH7gU+usA0DszXnVyfrNw07pOLtn76Oe2QqfJyQxGmW9B9L+gknBnrpiMNPxKpaYTamkL8smslX7JtLBk2ODYRQsBPbItcVdHyConpcYuPpdzp0d76zM0RuZ/a8xzDkarMS6wjcaZ4= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1704335643; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hc+lbr9yPmHT44VHfjNrzIilLHwVHjVRyyeTFv7iKCE=; b=Oq2NrC9fu3iOvZ1x4FY5qk1HL6W7HHB2JdZFvsJ1cN3+R4hMcSiWVGcqICtVJiMoQeEemZ coEv7/2qSLE/ySvD9IyMDikSsvsRFvs8lx18ZxIA/gFgShlqUgutx4upt5eK/2tvVo3yd1 2UurAZ2M6LR8ge6pZtWMlcc0hybv6wE= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-489-bzvQbMrvNO-cc0YOtaswpw-1; Wed, 03 Jan 2024 21:34:02 -0500 X-MC-Unique: bzvQbMrvNO-cc0YOtaswpw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B9CA5380673F; Thu, 4 Jan 2024 02:34:01 +0000 (UTC) Received: from redhat.com (unknown [10.22.32.17]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A9B42C15A0C; Thu, 4 Jan 2024 02:34:01 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1rLDYW-0004UC-O6; Wed, 03 Jan 2024 21:34:00 -0500 Date: Wed, 3 Jan 2024 21:34:00 -0500 From: "Frank Ch. Eigler" To: Maxim Kuvyrkov Cc: bunsen@sourceware.org, Christophe Lyon Subject: Re: bunsen to assist ci/cd testsuite historical analysis needs Message-ID: <20240104023400.GA17157@redhat.com> References: <20231212185006.GA21248@redhat.com> <86711582-4DD8-46F4-824C-583CB19EA58D@linaro.org> <87wmsrjsdd.fsf@redhat.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 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=-8.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,T_SCC_BODY_TEXT_LINE,WEIRD_PORT 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 - > This approach matches well with our CI system. We already store results in a git repo, and post-process them for publishing to LNT dashboard (e.g., [1]). OK, will check that out. Is the git repo with results also visible somewhere? > Re. ssh access -- could you create an account for linaro-tcwg-bot with ssh key [2]? Done. For namespace disambiguation, you're welcome to use a tag prefix such as "linaro-tcwg/" and push bunsen style commits with log files & .bunsen metadata into ssh://sourceware.org/git/bunsendb.git . You can of course download the current repo to see the style of testsuite runs, so you can match that as much as practical. > [1] http://llvm.validation.linaro.org:38000/db_default/v4/tcwg_gdb_check/graph?plot.14.0=1.14.0&plot.11.2=1.11.2 Neat. - FChE