File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,9 @@ kubectl describe all > kubectl-describe-all.log || true
28
28
buildkite-agent artifact upload " kubectl-*.log"
29
29
buildkite-agent artifact upload /var/log/dmesg
30
30
31
+ # shellcheck disable=SC2024
32
+ sudo journalctl --merge > journalctl-merge.log
33
+ buildkite-agent artifact upload journalctl-merge.log
34
+
31
35
ci_unimportant_heading " cloudtest: Resetting..."
32
36
bin/ci-builder run stable test/cloudtest/reset
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ buildkite-agent artifact upload services.log
24
24
25
25
buildkite-agent artifact upload /var/log/dmesg
26
26
27
+ # shellcheck disable=SC2024
28
+ sudo journalctl --merge > journalctl-merge.log
29
+ buildkite-agent artifact upload journalctl-merge.log
30
+
27
31
netstat -ant > netstat-ant.log
28
32
buildkite-agent artifact upload netstat-ant.log
29
33
You can’t perform that action at this time.
0 commit comments