qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitlab-ci: include full Rust backtraces in test runs
@ 2025-01-29  8:20 Paolo Bonzini
  2025-01-29  8:26 ` Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paolo Bonzini @ 2025-01-29  8:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: berrange, qemu-rust

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 .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/buildtest-template.yml
@@ -63,6 +63,7 @@
   stage: test
   image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:$QEMU_CI_CONTAINER_TAG
   script:
+    - export RUST_BACKTRACE=1
     - source scripts/ci/gitlab-ci-section
     - section_start buildenv "Setting up to run tests"
     - scripts/git-submodule.sh update roms/SLOF
-- 
2.48.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-10 10:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29  8:20 [PATCH] gitlab-ci: include full Rust backtraces in test runs Paolo Bonzini
2025-01-29  8:26 ` Thomas Huth
2025-01-29  8:26 ` Philippe Mathieu-Daudé
2025-03-10  9:21 ` Peter Maydell
2025-03-10  9:25   ` Daniel P. Berrangé
2025-03-10  9:35     ` Peter Maydell
2025-03-10  9:40     ` Paolo Bonzini
2025-03-10 10:31       ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).