Re: [PATCH v2 04/10] automation: Add debug versions of Arm tests

2022-09-26 Thread Stefano Stabellini
On Mon, 26 Sep 2022, Michal Orzel wrote: > At the moment, all the tests are executed on non-debug Xen builds. > To improve the coverage (e.g. we might catch some asserts), add new > test jobs using debug Xen builds. > > Signed-off-by: Michal Orzel Reviewed-by: Stefano Stabellini > --- > Chan

Re: [PATCH v2 04/10] automation: Add debug versions of Arm tests

2022-09-26 Thread Luca Fancellu
> On 26 Sep 2022, at 12:04, Michal Orzel wrote: > > At the moment, all the tests are executed on non-debug Xen builds. > To improve the coverage (e.g. we might catch some asserts), add new > test jobs using debug Xen builds. > > Signed-off-by: Michal Orzel > --- > Changes in v2: > - carve ou

[PATCH v2 04/10] automation: Add debug versions of Arm tests

2022-09-26 Thread Michal Orzel
At the moment, all the tests are executed on non-debug Xen builds. To improve the coverage (e.g. we might catch some asserts), add new test jobs using debug Xen builds. Signed-off-by: Michal Orzel --- Changes in v2: - carve out the RAM size change to a separate patch [v2 03/10] --- automation/gi