.gitlab-ci-main.yml: debug kernel details of the current runner
authorStefan Metzmacher <metze@samba.org>
Wed, 8 May 2024 14:12:06 +0000 (16:12 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 May 2024 00:26:35 +0000 (00:26 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.gitlab-ci-main.yml

index 71b3c3f861a2beb2d09bd36f01dfc8810ddc0c77..1e4bdf82e7423ff22ee5b946b4c6c0535a22dce3 100644 (file)
@@ -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