From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.2145.1575630476559071047 for ; Fri, 06 Dec 2019 03:07:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=jV02KP2h; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575630475; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bqIJe35ygrXX9xo2cSB0JXRUUYAlPQF3dK0kH227g3k=; b=jV02KP2hFbN3S21ZI00FMAFyrV9cr7BZ5CK9pcP6QYtzfRCAoQOR9xR5DCWEjrYTW0+WFj WSrNNhQmNO7NDHE0L5dc5dUcKV5oLHs4FCUBbGWlUVVeSmGFdsXm5zzFb0GdyplwGJaGOh nGH5PXupKr/buv3BQHS8hoPcdQ4A+Wk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-255-jCjVpEm5P66D9v3MhOm3gw-1; Fri, 06 Dec 2019 06:07:54 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 32FD9800D4C; Fri, 6 Dec 2019 11:07:53 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-235.ams2.redhat.com [10.36.116.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id D0C4FA4B8F; Fri, 6 Dec 2019 11:07:49 +0000 (UTC) Subject: Re: [edk2-devel] EDK II Maintainers - EDK II CI is now active on edk2/master From: "Laszlo Ersek" To: devel@edk2.groups.io References: <836dd53e-b8ad-17c2-f94d-c1756e715f50@redhat.com> Cc: michael.d.kinney@intel.com, Sean Brogan , Bret Barkelew , "Gao, Liming" , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <860d55eb-5ef8-0f66-a047-5614b3b7e9cd@redhat.com> Date: Fri, 6 Dec 2019 12:07:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <836dd53e-b8ad-17c2-f94d-c1756e715f50@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: jCjVpEm5P66D9v3MhOm3gw-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 12/06/19 12:02, Laszlo Ersek wrote: > Hi Mike, > > On 11/12/19 03:55, Michael D Kinney wrote: >> EDK II Maintainers, >> >> EDK II CI Phase 1 feature is now active on edk2/master. >> >> Please use a GitHub pull request from a branch in a personal >> fork of the edk2 repository with a 'push' label to request >> a set of patches to be pushed to edk2/master. The GitHub PR >> replaces the 'git push' operation currently used to commit >> changes to edk2/master. >> >> You will need to configure your notifications from the edk2 >> repository to make sure you receive email notifications >> when the checks against the GitHub PR passes or fails. >> >> If you submit a GitHub Pull Request without the 'push' >> label, then the CI checks are run and the results are >> generated. >> >> Please let us know if there are any questions about this >> change in the development process. > > I don't know where I can file RFEs for the CI system. > > For now, I've filed: > > https://bugzilla.tianocore.org/show_bug.cgi?id=2406 > > The request is to allow subsystem maintainers to opt out of, or waive, > PatchCheck.py failures. The commit message line length checks in > PatchCheck.py make sense as a default, but there are valid cases when > they should be turned off. Please see details in the BZ. Forgot to CC Phil on this message, sorry about that; doing it now. Laszlo