projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d28ece2
)
gitlab-ci: include full Rust backtraces in test runs
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 28 Jan 2025 16:06:11 +0000
(17:06 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 29 Jan 2025 08:37:50 +0000
(09:37 +0100)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
.gitlab-ci.d/buildtest-template.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.d/buildtest-template.yml
b/.gitlab-ci.d/buildtest-template.yml
index 39da7698b095d5712b524eab382808854f2f96cd..4cc1923931949995ea8c169ab36bae70b650255b 100644
(file)
--- 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