public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 1/1] OvmfPkg: Disable EccCheck CI until EccCheck issues are fixed
@ 2020-12-10 21:56 mikuback
  2020-12-14 14:55 ` Laszlo Ersek
  0 siblings, 1 reply; 3+ messages in thread
From: mikuback @ 2020-12-10 21:56 UTC (permalink / raw)
  To: devel; +Cc: Jordan Justen, Laszlo Ersek, Ard Biesheuvel

From: Sean Brogan <sean.brogan@microsoft.com>

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
 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": {
-- 
2.28.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] OvmfPkg: Disable EccCheck CI until EccCheck issues are fixed
  2020-12-10 21:56 [PATCH v1 1/1] OvmfPkg: Disable EccCheck CI until EccCheck issues are fixed mikuback
@ 2020-12-14 14:55 ` Laszlo Ersek
  2020-12-14 19:21   ` [edk2-devel] " Laszlo Ersek
  0 siblings, 1 reply; 3+ messages in thread
From: Laszlo Ersek @ 2020-12-14 14:55 UTC (permalink / raw)
  To: mikuback, devel
  Cc: Jordan Justen, Ard Biesheuvel, Sean Brogan,
	Michael Kubacki (Microsoft address)

On 12/10/20 22:56, mikuback@linux.microsoft.com wrote:
> From: Sean Brogan <sean.brogan@microsoft.com>
> 
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
>  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 <lersek@redhat.com>

... I've submitted a PR at
<https://github.com/tianocore/edk2/pull/1224>, but it seems stuck; I've
commented in the

  EDK II CI failing - Do not submit PRs with "push" label set

thread.

Thanks
Laszlo


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/1] OvmfPkg: Disable EccCheck CI until EccCheck issues are fixed
  2020-12-14 14:55 ` Laszlo Ersek
@ 2020-12-14 19:21   ` Laszlo Ersek
  0 siblings, 0 replies; 3+ messages in thread
From: Laszlo Ersek @ 2020-12-14 19:21 UTC (permalink / raw)
  To: mikuback, devel
  Cc: Jordan Justen, Ard Biesheuvel, Sean Brogan,
	Michael Kubacki (Microsoft address), Michael Kinney

On 12/14/20 15:55, Laszlo Ersek wrote:
> On 12/10/20 22:56, mikuback@linux.microsoft.com wrote:
>> From: Sean Brogan <sean.brogan@microsoft.com>
>>
>> Cc: Jordan Justen <jordan.l.justen@intel.com>
>> Cc: Laszlo Ersek <lersek@redhat.com>
>> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
>> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
>> ---
>>  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 <lersek@redhat.com>
> 
> ... I've submitted a PR at
> <https://github.com/tianocore/edk2/pull/1224>, 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-14 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-10 21:56 [PATCH v1 1/1] OvmfPkg: Disable EccCheck CI until EccCheck issues are fixed mikuback
2020-12-14 14:55 ` Laszlo Ersek
2020-12-14 19:21   ` [edk2-devel] " Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox