aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-05-23 16:14:54 +0200
committerOliver Smith <osmith@sysmocom.de>2023-05-23 16:15:25 +0200
commit818d29d9e8a0640b310bfb83aa2af70f15f7bcb7 (patch)
tree744764b807d61f1d9f1b10e2ba51e2fd7056060f
parent295ed1f7d32da755d787895d84e23ec2574b0790 (diff)
jobs/master: add workspace.tar.xz to artifacts
Upload workspace.tar.xz if it was created by osmo-bsc or osmo-msc, after the testsuite failed. This should help with figuring out why sometimes we get a coredump. Related: OS#5665 Change-Id: I40b738558b83efc9256e5d5c48ffce42ddce9a8a
-rw-r--r--jobs/master-builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 6e76b9a..5e962e8 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -588,7 +588,7 @@
publishers:
- archive:
allow-empty: true
- artifacts: '**/core, **/testsuite.log'
+ artifacts: '**/core, **/testsuite.log, **/workspace.tar.xz'
- warnings:
console-log-parsers:
- 'GNU C Compiler 4 (gcc)'