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.web09.35860.1607957721978433766 for ; Mon, 14 Dec 2020 06:55:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=IcwDkm8f; 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=1607957721; 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=iX2kCvZTBOV9q2f/Gu3L3WKMfrSGxZ58SEN4qWEo+KI=; b=IcwDkm8fz8j9n7U8+cykkkPCw9lz2pOdYFu9isOUCkeJ8bT7C1rtulVQkMAx1NPHA8L9SM oYJA8NIPwO7eJVvTQqNqhPHfIz6ioWTOgvA7RFXQRpab7cjT6MilVEu7+UQkpVYvFdPRYG 1VaipqZwRtufC5KQ5eNANbT26reSggM= 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-567-moKSsnfzNq2fYjtfv2dzuA-1; Mon, 14 Dec 2020 09:55:18 -0500 X-MC-Unique: moKSsnfzNq2fYjtfv2dzuA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B299910054FF; Mon, 14 Dec 2020 14:55:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-221.ams2.redhat.com [10.36.113.221]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5DEBB5C1D5; Mon, 14 Dec 2020 14:55:15 +0000 (UTC) Subject: Re: [PATCH v1 1/1] OvmfPkg: Disable EccCheck CI until EccCheck issues are fixed To: mikuback@linux.microsoft.com, devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel , Sean Brogan , "Michael Kubacki (Microsoft address)" References: <20201210215640.1260-1-mikuback@linux.microsoft.com> From: "Laszlo Ersek" Message-ID: <2b6998cf-bdae-6ffd-6fc3-a526a7bdd6d1@redhat.com> Date: Mon, 14 Dec 2020 15:55:14 +0100 MIME-Version: 1.0 In-Reply-To: <20201210215640.1260-1-mikuback@linux.microsoft.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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/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. Thanks Laszlo