From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web11.1534.1607973686623962369 for ; Mon, 14 Dec 2020 11:21:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Ejc3u4KQ; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607973685; h=from:from:reply-to: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=08fthhtv5T2TlEy+JwhOohlQWohQiACthsoF9D54GkI=; b=Ejc3u4KQ8qIDgFkWvlV2wVrpHPdIo0iJ6A0Ow36gFGl4i5m3UpZ8R0cwcgIpVcmruojYpj Vp+gRikvnHRuDFOAn04mgwy2pJ+A9o4SCH9vMBaisCef7JgSLPh7Ryn+8Ic96z9fSdyihu OYnk0+LxONDqRVmWuV3D3ApcjyiIM7s= 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-45-ttpe_0rqPw6GYlGZBybBng-1; Mon, 14 Dec 2020 14:21:22 -0500 X-MC-Unique: ttpe_0rqPw6GYlGZBybBng-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 85DA0803622; Mon, 14 Dec 2020 19:21:20 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-107.ams2.redhat.com [10.36.113.107]) by smtp.corp.redhat.com (Postfix) with ESMTP id CC8E410023B8; Mon, 14 Dec 2020 19:21:15 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v1 1/1] OvmfPkg: Disable EccCheck CI until EccCheck issues are fixed From: "Laszlo Ersek" To: mikuback@linux.microsoft.com, devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel , Sean Brogan , "Michael Kubacki (Microsoft address)" , Michael Kinney Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20201210215640.1260-1-mikuback@linux.microsoft.com> <2b6998cf-bdae-6ffd-6fc3-a526a7bdd6d1@redhat.com> Message-ID: Date: Mon, 14 Dec 2020 20:21:14 +0100 MIME-Version: 1.0 In-Reply-To: <2b6998cf-bdae-6ffd-6fc3-a526a7bdd6d1@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 12/14/20 15:55, Laszlo Ersek wrote: > On 12/10/20 22:56, mikuback@linux.microsoft.com wrote: >> From: Sean Brogan >> >> Cc: Jordan Justen >> Cc: Laszlo Ersek >> Cc: Ard Biesheuvel >> Signed-off-by: Michael Kubacki >> --- >> OvmfPkg/OvmfPkg.ci.yaml | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/OvmfPkg/OvmfPkg.ci.yaml b/OvmfPkg/OvmfPkg.ci.yaml >> index 3128aefe9ed1..0d6a78ff5b30 100644 >> --- a/OvmfPkg/OvmfPkg.ci.yaml >> +++ b/OvmfPkg/OvmfPkg.ci.yaml >> @@ -22,7 +22,8 @@ >> ], >> ## Both file path and directory path are accepted. >> "IgnoreFiles": [ >> - ] >> + ], >> + "skip": True >> }, >> ## options defined .pytool/Plugin/CompilerPlugin >> "CompilerPlugin": { >> > > Thank you guys very much! > > Reviewed-by: Laszlo Ersek > > ... I've submitted a PR at > , but it seems stuck; I've > commented in the > > EDK II CI failing - Do not submit PRs with "push" label set > > thread. Merged as commit ef3e73c6a0c0. Thanks to Mike Kinney for the help with mergifybot! Laszlo