Re: [PATCH] automation: fix eclair scanning for merge requests

2024-08-06 Thread Simone Ballarin
On 2024-08-06 20:25, Stefano Stabellini wrote: On Tue, 6 Aug 2024, Simone Ballarin wrote: On 2024-08-06 03:03, Stefano Stabellini wrote: > On Sat, 3 Aug 2024, Nicola Vetrini wrote: > > On 2024-08-02 00:06, Stefano Stabellini wrote: > > > The ECLAIR jobs part of the Gitlab CI pipeline fail reliab

Re: [PATCH] automation: fix eclair scanning for merge requests

2024-08-06 Thread Stefano Stabellini
On Tue, 6 Aug 2024, Simone Ballarin wrote: > On 2024-08-06 03:03, Stefano Stabellini wrote: > > On Sat, 3 Aug 2024, Nicola Vetrini wrote: > > > On 2024-08-02 00:06, Stefano Stabellini wrote: > > > > The ECLAIR jobs part of the Gitlab CI pipeline fail reliably when the > > > > pipeline is started fr

Re: [PATCH] automation: fix eclair scanning for merge requests

2024-08-05 Thread Simone Ballarin
On 2024-08-06 03:03, Stefano Stabellini wrote: On Sat, 3 Aug 2024, Nicola Vetrini wrote: On 2024-08-02 00:06, Stefano Stabellini wrote: > The ECLAIR jobs part of the Gitlab CI pipeline fail reliably when the > pipeline is started from a merge request. This is the error: > > Unexpected event pull

Re: [PATCH] automation: fix eclair scanning for merge requests

2024-08-05 Thread Stefano Stabellini
On Sat, 3 Aug 2024, Nicola Vetrini wrote: > On 2024-08-02 00:06, Stefano Stabellini wrote: > > The ECLAIR jobs part of the Gitlab CI pipeline fail reliably when the > > pipeline is started from a merge request. This is the error: > > > > Unexpected event pull_request > > > > The error is a conseq

Re: [PATCH] automation: fix eclair scanning for merge requests

2024-08-02 Thread Nicola Vetrini
On 2024-08-02 00:06, Stefano Stabellini wrote: The ECLAIR jobs part of the Gitlab CI pipeline fail reliably when the pipeline is started from a merge request. This is the error: Unexpected event pull_request The error is a consequence of action.settings setting event=pull_request for merge_re

[PATCH] automation: fix eclair scanning for merge requests

2024-08-01 Thread Stefano Stabellini
The ECLAIR jobs part of the Gitlab CI pipeline fail reliably when the pipeline is started from a merge request. This is the error: Unexpected event pull_request The error is a consequence of action.settings setting event=pull_request for merge_request_event. Given that we don't need any special b