mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +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 380d9c5a73
)
This commit is contained in:
parent
d563801396
commit
1b21c09d51
@ -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…
Reference in New Issue
Block a user