mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
.gitlab-ci-main.yml: debug kernel details of the current runner
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 380d9c5a7392741ff2134ef1e83df45a29293db3)
This commit is contained in:
parent
5502aa893c
commit
11edf47d3c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user