We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de0130 commit 666ed1bCopy full SHA for 666ed1b
scripts/ci-report.sh
@@ -10,11 +10,13 @@ set -eu
10
mkdir -p "$ROOT_DIR/ci-report"
11
cd "$ROOT_DIR/ci-report"
12
13
-journalctl --since="$CI_REPORT_START_DATE" -o short-precise > journalctl.txt
+# Disable until we find how some CI envs are being included
14
+# journalctl --since="$CI_REPORT_START_DATE" -o short-precise > journalctl.txt
15
journalctl -k -b0 -o short-precise > dmesg.txt
16
lsblk -tfa > lsblk.txt
17
$SUDO nvme list -v > nvme.txt
18
$SUDO nvme list-subsys -v >> nvme.txt
19
cat /proc/meminfo > meminfo.txt
20
21
find . -type f \( -name "*.txt" -o -name "*.xml" \) -print0 | xargs -0 tar -czvf ci-report.tar.gz
22
+
0 commit comments