Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-03-11 Thread Peter Maydell
On Mon, 10 Mar 2025 at 09:40, Paolo Bonzini wrote: > > On Mon, Mar 10, 2025 at 10:25 AM Daniel P. Berrangé > wrote: > > > This will only add the rust backtraces when the tests > > > are run from the CI logs, not when you locally run > > > "make check" or similar. There's probably a better place

Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-03-11 Thread Peter Maydell
On Wed, 29 Jan 2025 at 08:21, Paolo Bonzini wrote: > > Signed-off-by: Paolo Bonzini > --- > .gitlab-ci.d/buildtest-template.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitlab-ci.d/buildtest-template.yml > b/.gitlab-ci.d/buildtest-template.yml > index 39da7698b09..4cc19239319 1

Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-03-11 Thread Peter Maydell
On Mon, 10 Mar 2025 at 09:25, Daniel P. Berrangé wrote: > > On Mon, Mar 10, 2025 at 09:21:37AM +, Peter Maydell wrote: > > On Wed, 29 Jan 2025 at 08:21, Paolo Bonzini wrote: > > > > > > Signed-off-by: Paolo Bonzini > > > --- > > > .gitlab-ci.d/buildtest-template.yml | 1 + > > > 1 file chan

Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-03-10 Thread Paolo Bonzini
On Mon, Mar 10, 2025 at 10:25 AM Daniel P. Berrangé wrote: > > This will only add the rust backtraces when the tests > > are run from the CI logs, not when you locally run > > "make check" or similar. There's probably a better place > > to put this... > > Meson's 'test()' command accepts env vari

Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-03-10 Thread Daniel P . Berrangé
On Mon, Mar 10, 2025 at 09:21:37AM +, Peter Maydell wrote: > On Wed, 29 Jan 2025 at 08:21, Paolo Bonzini wrote: > > > > Signed-off-by: Paolo Bonzini > > --- > > .gitlab-ci.d/buildtest-template.yml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.gitlab-ci.d/buildtest-template.

Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-01-29 Thread Thomas Huth
On 29/01/2025 09.20, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini --- .gitlab-ci.d/buildtest-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml index 39da7698b09..4cc19239319 100644 --- a/.gitlab-ci.

Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-01-29 Thread Philippe Mathieu-Daudé
On 29/1/25 09:20, Paolo Bonzini wrote: Stefan Hajnoczi Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- .gitlab-ci.d/buildtest-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml in

[PATCH] gitlab-ci: include full Rust backtraces in test runs

2025-01-29 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- .gitlab-ci.d/buildtest-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml index 39da7698b09..4cc19239319 100644 --- a/.gitlab-ci.d/buildtest-template.yml +++ b/.gitlab-ci.d/bu