From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web09.3525.1572512633039209664 for ; Thu, 31 Oct 2019 02:03:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=EKDUDXIj; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572512632; 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=n8Lr1KWMD9YwRaFXSnH1d+8M3SQKes1NJVtvVnYzjJ8=; b=EKDUDXIjogljR2tGkCgKRxKSAZIBLFmgzaUWxiSGxdTAAll71aNGlXjQ+ulAZExvlw2uYf OgON/KowGyW8jAXBc7aVT9PiVGXyZ3RgsZJ5zGySFUjRDXMq+62mo7jSjvFgktlyNPHldt if8BdFYFtRlM4vF9k6xjH4SENUZxrPo= 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-229-jz-0Ng8zNu6Rk1QKMvHU3A-1; Thu, 31 Oct 2019 05:03:50 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B8EE11005500; Thu, 31 Oct 2019 09:03:49 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-6.ams2.redhat.com [10.36.117.6]) by smtp.corp.redhat.com (Postfix) with ESMTP id A9CFE1C955; Thu, 31 Oct 2019 09:03:48 +0000 (UTC) Subject: Re: [Patch v3 01/22] Maintainers.txt: Add continuous integration(CI) directories To: Leif Lindholm , Michael D Kinney Cc: devel@edk2.groups.io, Andrew Fish References: <20191029195517.20028-1-michael.d.kinney@intel.com> <20191029195517.20028-2-michael.d.kinney@intel.com> <20191030023443.GU16820@bivouac.eciton.net> From: "Laszlo Ersek" Message-ID: Date: Thu, 31 Oct 2019 10:03:47 +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: <20191030023443.GU16820@bivouac.eciton.net> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: jz-0Ng8zNu6Rk1QKMvHU3A-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/30/19 03:34, Leif Lindholm wrote: > On Tue, Oct 29, 2019 at 12:54:56PM -0700, Michael D Kinney wrote: >> https://bugzilla.tianocore.org/show_bug.cgi?id=3D2315 >> >> Add maintainers and reviewers for the directories associated >> with continuous integration steps. >> * .azurepipelines >> * .mergify >> * .pytool >> >> Cc: Andrew Fish >> Cc: Laszlo Ersek >> Cc: Leif Lindholm >> Signed-off-by: Michael D Kinney >=20 > Reviewed-by: Leif Lindholm Reviewed-by: Laszlo Ersek > With the added preference that the addition be moved before the EDK II > Packages: section (since C comes before P). But it is just a preference.= =20 Good idea! Thanks Laszlo >=20 > / > Leif >=20 >> --- >> Maintainers.txt | 23 +++++++++++++++++++++++ >> 1 file changed, 23 insertions(+) >> >> diff --git a/Maintainers.txt b/Maintainers.txt >> index 71a34a2845..1fb38ddc5b 100644 >> --- a/Maintainers.txt >> +++ b/Maintainers.txt >> @@ -460,3 +460,26 @@ F: StandaloneMmPkg/ >> M: Achin Gupta >> M: Jiewen Yao >> R: Supreeth Venkatesh >> + >> +EDK II Continuous Integration: >> +------------------------------ >> +.azurepipelines/ >> +F: .azurepipelines/ >> +M: Sean Brogan >> +M: Bret Barkelew >> +R: Michael D Kinney >> +R: Liming Gao >> + >> +.mergify/ >> +F: .mergify/ >> +M: Michael D Kinney >> +M: Liming Gao >> +R: Sean Brogan >> +R: Bret Barkelew >> + >> +.pytool/ >> +F: .pytool/ >> +M: Sean Brogan >> +M: Bret Barkelew >> +R: Michael D Kinney >> +R: Liming Gao >> --=20 >> 2.21.0.windows.1 >>