[PATCH] automation/eclair: tag guidelines D4.7, R21.18, R21.20 as clean

Dmytro Prokopchuk1 posted 1 patch 3 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/9045a2e3cae57995bb279f66de19e9a6beed3a5b.1753277988.git.dmytro._5Fprokopchuk1@epam.com
automation/eclair_analysis/ECLAIR/tagging.ecl | 3 +++
1 file changed, 3 insertions(+)
[PATCH] automation/eclair: tag guidelines D4.7, R21.18, R21.20 as clean
Posted by Dmytro Prokopchuk1 3 months, 1 week ago
Update ECLAIR configuration to consider guidelines as clean
so as to avoid regressions.

Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@epam.com>
---
 automation/eclair_analysis/ECLAIR/tagging.ecl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl b/automation/eclair_analysis/ECLAIR/tagging.ecl
index 879485b680..c79358bdae 100644
--- a/automation/eclair_analysis/ECLAIR/tagging.ecl
+++ b/automation/eclair_analysis/ECLAIR/tagging.ecl
@@ -23,6 +23,7 @@
 "MC3A2.D1.1||
 MC3A2.D2.1||
 MC3A2.D4.1||
+MC3A2.D4.7||
 MC3A2.D4.10||
 MC3A2.D4.11||
 MC3A2.D4.14||
@@ -103,7 +104,9 @@ MC3A2.R21.10||
 MC3A2.R21.11||
 MC3A2.R21.12||
 MC3A2.R21.13||
+MC3A2.R21.18||
 MC3A2.R21.19||
+MC3A2.R21.20||
 MC3A2.R21.21||
 MC3A2.R22.1||
 MC3A2.R22.2||
-- 
2.43.0
Re: [PATCH] automation/eclair: tag guidelines D4.7, R21.18, R21.20 as clean
Posted by Stefano Stabellini 3 months, 1 week ago
On Wed, 23 Jul 2025, Dmytro Prokopchuk1 wrote:
> Update ECLAIR configuration to consider guidelines as clean
> so as to avoid regressions.
> 
> Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@epam.com>

Please provide a link to a clean pipeline. Assuming you have it:

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  automation/eclair_analysis/ECLAIR/tagging.ecl | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl b/automation/eclair_analysis/ECLAIR/tagging.ecl
> index 879485b680..c79358bdae 100644
> --- a/automation/eclair_analysis/ECLAIR/tagging.ecl
> +++ b/automation/eclair_analysis/ECLAIR/tagging.ecl
> @@ -23,6 +23,7 @@
>  "MC3A2.D1.1||
>  MC3A2.D2.1||
>  MC3A2.D4.1||
> +MC3A2.D4.7||
>  MC3A2.D4.10||
>  MC3A2.D4.11||
>  MC3A2.D4.14||
> @@ -103,7 +104,9 @@ MC3A2.R21.10||
>  MC3A2.R21.11||
>  MC3A2.R21.12||
>  MC3A2.R21.13||
> +MC3A2.R21.18||
>  MC3A2.R21.19||
> +MC3A2.R21.20||
>  MC3A2.R21.21||
>  MC3A2.R22.1||
>  MC3A2.R22.2||
> -- 
> 2.43.0
>
Re: [PATCH] automation/eclair: tag guidelines D4.7, R21.18, R21.20 as clean
Posted by Dmytro Prokopchuk1 3 months, 1 week ago

On 7/23/25 23:24, Stefano Stabellini wrote:
> On Wed, 23 Jul 2025, Dmytro Prokopchuk1 wrote:
>> Update ECLAIR configuration to consider guidelines as clean
>> so as to avoid regressions.
>>
>> Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@epam.com>
> 
> Please provide a link to a clean pipeline. Assuming you have it:
> 
> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> 
Yes, sure.
Below is the pipeline link:
https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/1943820512

Dmytro
> 
>> ---
>>   automation/eclair_analysis/ECLAIR/tagging.ecl | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl b/automation/eclair_analysis/ECLAIR/tagging.ecl
>> index 879485b680..c79358bdae 100644
>> --- a/automation/eclair_analysis/ECLAIR/tagging.ecl
>> +++ b/automation/eclair_analysis/ECLAIR/tagging.ecl
>> @@ -23,6 +23,7 @@
>>   "MC3A2.D1.1||
>>   MC3A2.D2.1||
>>   MC3A2.D4.1||
>> +MC3A2.D4.7||
>>   MC3A2.D4.10||
>>   MC3A2.D4.11||
>>   MC3A2.D4.14||
>> @@ -103,7 +104,9 @@ MC3A2.R21.10||
>>   MC3A2.R21.11||
>>   MC3A2.R21.12||
>>   MC3A2.R21.13||
>> +MC3A2.R21.18||
>>   MC3A2.R21.19||
>> +MC3A2.R21.20||
>>   MC3A2.R21.21||
>>   MC3A2.R22.1||
>>   MC3A2.R22.2||
>> -- 
>> 2.43.0
>>
Re: [PATCH] automation/eclair: tag guidelines D4.7, R21.18, R21.20 as clean
Posted by Nicola Vetrini 3 months, 1 week ago
On 2025-07-24 00:19, Dmytro Prokopchuk1 wrote:
> On 7/23/25 23:24, Stefano Stabellini wrote:
>> On Wed, 23 Jul 2025, Dmytro Prokopchuk1 wrote:
>>> Update ECLAIR configuration to consider guidelines as clean
>>> so as to avoid regressions.
>>> 
>>> Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@epam.com>
>> 
>> Please provide a link to a clean pipeline. Assuming you have it:
>> 
>> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
>> 

Reviewed-by: Nicola Vetrini <nicola.vetrini@bugseng.com>

> Yes, sure.
> Below is the pipeline link:
> https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/1943820512
> 
> Dmytro
>> 
>>> ---
>>>   automation/eclair_analysis/ECLAIR/tagging.ecl | 3 +++
>>>   1 file changed, 3 insertions(+)
>>> 
>>> diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl 
>>> b/automation/eclair_analysis/ECLAIR/tagging.ecl
>>> index 879485b680..c79358bdae 100644
>>> --- a/automation/eclair_analysis/ECLAIR/tagging.ecl
>>> +++ b/automation/eclair_analysis/ECLAIR/tagging.ecl
>>> @@ -23,6 +23,7 @@
>>>   "MC3A2.D1.1||
>>>   MC3A2.D2.1||
>>>   MC3A2.D4.1||
>>> +MC3A2.D4.7||
>>>   MC3A2.D4.10||
>>>   MC3A2.D4.11||
>>>   MC3A2.D4.14||
>>> @@ -103,7 +104,9 @@ MC3A2.R21.10||
>>>   MC3A2.R21.11||
>>>   MC3A2.R21.12||
>>>   MC3A2.R21.13||
>>> +MC3A2.R21.18||
>>>   MC3A2.R21.19||
>>> +MC3A2.R21.20||
>>>   MC3A2.R21.21||
>>>   MC3A2.R22.1||
>>>   MC3A2.R22.2||
>>> --
>>> 2.43.0
>>> 

-- 
Nicola Vetrini, B.Sc.
Software Engineer
BUGSENG (https://bugseng.com)
LinkedIn: https://www.linkedin.com/in/nicola-vetrini-a42471253