Re: [REGRESSION] Re: [XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses

2024-05-06 Thread Nicola Vetrini
On 2024-05-03 22:06, Andrew Cooper wrote: On 03/05/2024 9:01 pm, Federico Serafini wrote: On 03/05/24 21:46, Andrew Cooper wrote: On 03/05/2024 8:44 pm, Federico Serafini wrote: On 03/05/24 21:14, Andrew Cooper wrote: On 29/04/2024 4:21 pm, Federico Serafini wrote: Patch 1/3 does some

Re: [REGRESSION] Re: [XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses

2024-05-03 Thread Andrew Cooper
On 03/05/2024 9:01 pm, Federico Serafini wrote: > On 03/05/24 21:46, Andrew Cooper wrote: >> On 03/05/2024 8:44 pm, Federico Serafini wrote: >>> On 03/05/24 21:14, Andrew Cooper wrote: On 29/04/2024 4:21 pm, Federico Serafini wrote: > Patch 1/3 does some preparation work. > >

Re: [REGRESSION] Re: [XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses

2024-05-03 Thread Federico Serafini
On 03/05/24 21:46, Andrew Cooper wrote: On 03/05/2024 8:44 pm, Federico Serafini wrote: On 03/05/24 21:14, Andrew Cooper wrote: On 29/04/2024 4:21 pm, Federico Serafini wrote: Patch 1/3 does some preparation work. Patch 2/3, as the title says, removes allow_failure = true for triggered

Re: [REGRESSION] Re: [XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses

2024-05-03 Thread Andrew Cooper
On 03/05/2024 8:44 pm, Federico Serafini wrote: > On 03/05/24 21:14, Andrew Cooper wrote: >> On 29/04/2024 4:21 pm, Federico Serafini wrote: >>> Patch 1/3 does some preparation work. >>> >>> Patch 2/3, as the title says, removes allow_failure = true for >>> triggered >>> analyses. >>> >>> Patch

Re: [REGRESSION] Re: [XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses

2024-05-03 Thread Federico Serafini
On 03/05/24 21:14, Andrew Cooper wrote: On 29/04/2024 4:21 pm, Federico Serafini wrote: Patch 1/3 does some preparation work. Patch 2/3, as the title says, removes allow_failure = true for triggered analyses. Patch 3/3 makes explicit that initally no files are tagged as adopted, this is

[REGRESSION] Re: [XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses

2024-05-03 Thread Andrew Cooper
On 29/04/2024 4:21 pm, Federico Serafini wrote: > Patch 1/3 does some preparation work. > > Patch 2/3, as the title says, removes allow_failure = true for triggered > analyses. > > Patch 3/3 makes explicit that initally no files are tagged as adopted, this > is needed by the scheduled analysis.

[XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses

2024-04-29 Thread Federico Serafini
Patch 1/3 does some preparation work. Patch 2/3, as the title says, removes allow_failure = true for triggered analyses. Patch 3/3 makes explicit that initally no files are tagged as adopted, this is needed by the scheduled analysis. Federico Serafini (3): automation/eclair: tag Rule 7.2 as