From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39E69C4332F for ; Thu, 22 Dec 2022 12:14:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235475AbiLVMOd (ORCPT ); Thu, 22 Dec 2022 07:14:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235389AbiLVMOK (ORCPT ); Thu, 22 Dec 2022 07:14:10 -0500 Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C78AC3056D; Thu, 22 Dec 2022 04:08:56 -0800 (PST) Received: from [0.0.0.0] ([149.28.201.231]) by mail.gmx.net (mrgmx105 [212.227.17.174]) with ESMTPSA (Nemesis) id 1MuDXp-1osAVX1Z1B-00ualw; Thu, 22 Dec 2022 13:08:55 +0100 Message-ID: <701ca299-2595-c310-7c8a-2d58c65b2d4d@gmx.com> Date: Thu, 22 Dec 2022 20:08:51 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Content-Language: en-US To: fstests Cc: "linux-btrfs@vger.kernel.org" From: Qu Wenruo Subject: Which dashboard do most fs developers use for the fstests results? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:89FNElQoUiEOtRrEPgG9kY2U1yo+TRzUaAHd3VfnNjlKuRfy5Xd Z2jvQW5hz+NF6cgz2/9D0e7qxj2FPTLZWToYkzsZvR1sAI+8SmTZPLctpG2lZI8aMT3B72B jKkGofe0V/1ipznRx+w2sp358QeZwU7v80xOry6RHKrHA+Vf87pwW8KA6OTHYBoUXHXJN7m eONK75BsIA0Kzy4qJ6MRg== UI-OutboundReport: notjunk:1;M01:P0:2oxTcMEkT0Q=;dEfcCuYFS+RL/omHFD/ZmaKEM86 mQXI27lF7Z9GhgbBSydqzRttoE9/ZVQbcOnbd2zUU3HjmgjjK+aeRmPx+7kV9Rpx1XJa9D+ic fmC6Lk1+oQydC8EPPthstNYgUpvZMkUksj92L7rxSROj18j2f6L1EGoS3md6K0Z7Tflpehlkd uVnpOMzCMQqtqBV9KxlUnVY+qNff04UdbzowZ7DV9If57lZ86stIuKX8k0yQ/e1Y6jz3vg/8a Wvbh3At6DipE2tl3rMQAhxjOoTm7lNsRG7aOyrytOsybPrIWbmPkWE/5SPGsqTgK6pHu3P9+h wBOLiGcuN1UhYoF2NdPijlu52SqCHa0zTD0AQixx0Ek602BqpLY2HtpF20M5BJ4Z5WCdhQOS4 Wp9Uz9pGqH4jkzdm46M82qHryV1pG92VSTiVIOgapBxo3AQCbTZW6EPeCECKbvZgV9JoggW+6 M/d2BfrcQh7ana3vQszCMXIZkK2PetZB74iQFkJPve1CHk9GPPw8b1UvKgXxQWdTQ713+FTy9 D08ElVmb0mMJ95rJ4PVlHeJEC+8UNkvKmjtFXLIMRujVq06BGg/CVLMIzn8Fjs5GL6i2AhQZ7 aJHwYvssy+3yXkjXhXs49fWyoeRGzeM4kKVoabp5QNb12d22tno7sMFmTYF8IihUsjLMd9Nc5 FLceSc4K89SCeHzCt5STlPPivOvaz8s7Xa0rYcC0MeXC6GHMvyQEugiEzp89aqRDs3lvp1kIO 33Q/xwf1B9KcmNzLUi2+8V5A62agC+Mjpq+o0+feymz88Eo+eAs05HAS5aYNHyXjLhShbj9/a QBPoBC9uv+s8HWRtEhFNEbTFbSWkOF777ynPCPg2DHf4uwV8laXIrrGYHmld8CTBAm7GzFp87 p5s4zC3KLsOMdjlaCl/EyBfPq5RWt+pDNVS/uXNC8GYYxMRpSVGnWnGN8ZjUgJBB3dWvg7Tiy uDgGAysBOnJyL2/MBdTtVLpkivQ= Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org Hi, Recently I'm setting up my dashboard for my fstests results. My initial inspiration comes from Josef's static pages: http://toxicpanda.com/ Generated by the following project: https://github.com/josefbacik/fstest-results Then I build a similar script (using junit reporting from fstests instead), not much results yet, but all tests will be done on aarch64 VMs: https://h.anonymoususers.xyz:8443/results/ Generated by my poorly crafted project: https://github.com/adam900710/fstests_result_webui And I'm pretty sure other developers have their own dashboards. Darrick mentioned he has his own dashboard, and Theodore mentioned he hit several btrfs test failures. I'm wondering if it's possible to share the dashboards for each other? Shared dashboards have the following advantage: - Let guys from other fses to have more reports Ted's reports is very valuable for our btrfs guys. If we have the access the dashboard to grab the needed info, we're definitely going to improve our runs. - Learn better ways to build the dashboard I learned a lot from Josef's script, and also learned a lot from the fstests junit report. But I'm also wondering if there is some better ways. One possible solution I'm still exploring is InflexDB + Grafana. If you guys can share such dashboards, we would have better chances to learn from each other. Thanks, Qu