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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8B84C4CEC4 for ; Wed, 18 Sep 2019 13:38:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BCE5020856 for ; Wed, 18 Sep 2019 13:38:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727824AbfIRNiZ (ORCPT ); Wed, 18 Sep 2019 09:38:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:48150 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726618AbfIRNiZ (ORCPT ); Wed, 18 Sep 2019 09:38:25 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3334820856; Wed, 18 Sep 2019 13:38:24 +0000 (UTC) Date: Wed, 18 Sep 2019 09:38:22 -0400 From: Steven Rostedt To: Philip Li Cc: Greg KH , lkp@intel.com, "workflows@vger.kernel.org" , oliver.sang@intel.com Subject: Re: Notification of your branch being tested by zero day bot? Message-ID: <20190918093822.7bc78236@gandalf.local.home> In-Reply-To: <20190918073138.GA1295@intel.com> References: <20190912110230.483152ed@oasis.local.home> <20190913044919.GB120223@kroah.com> <20190918073138.GA1295@intel.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: workflows-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: workflows@vger.kernel.org On Wed, 18 Sep 2019 15:31:38 +0800 Philip Li wrote: > > On Thu, Sep 12, 2019 at 11:02:30AM -0400, Steven Rostedt wrote: > > > Would it be possible to have an opt-in for the zero day bot to send an > > > email when a branch is being tested? Similar to the "SUCCESS" opt-in > > > email. > do you mean something like BUILD start notification? This is good idea, > we can support this. That would be great. > > > > > > > That is, it would be nice to see an email that lets you know that a > > > branch you pushed to kernel.org is being tested. Currently there's a > > > bit of limbo when a push happens, and you need to wait, perhaps several > > > days, to see a result. In the mean time you have no idea if there's any > > > progress going on. A notification would be nice. > > > > What is "implied" here is the fact that due to the flaky-ness of 0-day > > these days, we really do not know if it is running or not. > sorry that 0day ci had issue in July time frame, but it was recovered > from August to generate report continuously. We will keep monitoring the > healthy status to avoid any inconvenience. > Thanks. > > > > Lately it seems like it is "not" running, but due to the lack of any > > status, it's really hard to tell how long a maintainer should wait > > before "giving up" on getting a timely response and just relying on > > their own judgement. > Currently, if a repo is opt in for success notification, it will receive > build incomplete if the full build test can't be done within 1 day. > We will consider to enable this for all maintainer's repo. Hmm, perhaps that should be opt-in as well. Not sure if every build maintainer would like that notification. But we should definitely try to find a way to inform those that would like to be notified. Several developers have mentioned they were unaware of the SUCCESS notification opt in, and would like to be added to it. Perhaps a one time email to all maintainers not currently opt-in to the success notification to ask them if they would like to be opted in, instead of just spamming them with this information. -- Steve