Re: [XEN PATCH] automation/eclair: Make report browsing URL configurable.

2025-06-27 Thread Anthony PERARD
On Fri, Jun 27, 2025 at 10:39:21AM +0200, Nicola Vetrini wrote: > On 2025-06-26 12:08, Anthony PERARD wrote: > > On Thu, Jun 26, 2025 at 08:38:18AM +0200, Nicola Vetrini wrote: > > > +eclairReportHost="${MACHINE_HOST:-saas.eclairit.com}" > > > +eclairReportPort="${MACHINE_PORT:-3787}" > > > +eclair

Re: [XEN PATCH] automation/eclair: Make report browsing URL configurable.

2025-06-27 Thread Nicola Vetrini
On 2025-06-26 12:08, Anthony PERARD wrote: On Thu, Jun 26, 2025 at 08:38:18AM +0200, Nicola Vetrini wrote: diff --git a/automation/eclair_analysis/ECLAIR/action.settings b/automation/eclair_analysis/ECLAIR/action.settings index 1577368b613b..f822f0ea66d7 100644 --- a/automation/eclair_analysis/

Re: [XEN PATCH] automation/eclair: Make report browsing URL configurable.

2025-06-26 Thread Anthony PERARD
On Thu, Jun 26, 2025 at 08:38:18AM +0200, Nicola Vetrini wrote: > diff --git a/automation/eclair_analysis/ECLAIR/action.settings > b/automation/eclair_analysis/ECLAIR/action.settings > index 1577368b613b..f822f0ea66d7 100644 > --- a/automation/eclair_analysis/ECLAIR/action.settings > +++ b/automat

[XEN PATCH] automation/eclair: Make report browsing URL configurable.

2025-06-25 Thread Nicola Vetrini
Currently, the URL where the ECLAIR MISRA C scan reports are saved is hardcoded; making it configurable allows multiple runners and storage servers to be used without resorting to publishing all artifacts to the same report server. Signed-off-by: Alessandro Zucchelli Signed-off-by: Nicola Vetrini