]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
.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)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 May 2024 18:23:28 +0000 (18:23 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 380d9c5a7392741ff2134ef1e83df45a29293db3)

.gitlab-ci-main.yml

index 779eedb8255884a684dc8b533f71de8c2b6fdd69..4e4addf5d1a460e526ad4d17d23faec506b1a7b0 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