From: Stefan Metzmacher Date: Wed, 8 May 2024 14:12:06 +0000 (+0200) Subject: .gitlab-ci-main.yml: debug kernel details of the current runner X-Git-Tag: tdb-1.4.11~808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380d9c5a7392741ff2134ef1e83df45a29293db3;p=thirdparty%2Fsamba.git .gitlab-ci-main.yml: debug kernel details of the current runner Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 71b3c3f861a..1e4bdf82e74 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -112,8 +112,14 @@ include: before_script: - uname -a + - ls -l /sys/module/ + - ls -l /sys/kernel/security/ + - if [ -e /sys/kernel/security/lsm ]; then cat /sys/kernel/security/lsm ; echo; fi + - if [ -e /proc/config.gz ]; then sudo zcat /proc/config.gz; echo; fi - lsb_release -a - cat /etc/os-release + - id + - cat /proc/self/status - lscpu - cat /proc/cpuinfo - mount