Skip to content

Commit 666ed1b

Browse files
ci: remove journalctl from the uploaded ci-report (#1859)
Signed-off-by: Tiago Castro <[email protected]>
1 parent 4de0130 commit 666ed1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ci-report.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ set -eu
1010
mkdir -p "$ROOT_DIR/ci-report"
1111
cd "$ROOT_DIR/ci-report"
1212

13-
journalctl --since="$CI_REPORT_START_DATE" -o short-precise > journalctl.txt
13+
# Disable until we find how some CI envs are being included
14+
# journalctl --since="$CI_REPORT_START_DATE" -o short-precise > journalctl.txt
1415
journalctl -k -b0 -o short-precise > dmesg.txt
1516
lsblk -tfa > lsblk.txt
1617
$SUDO nvme list -v > nvme.txt
1718
$SUDO nvme list-subsys -v >> nvme.txt
1819
cat /proc/meminfo > meminfo.txt
1920

2021
find . -type f \( -name "*.txt" -o -name "*.xml" \) -print0 | xargs -0 tar -czvf ci-report.tar.gz
22+

0 commit comments

Comments
 (0)