1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

.gitlab-ci.yml: print out information of the available cpus

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2020-11-20 23:20:25 +01:00
parent 37619d399b
commit dc16294342

View File

@ -80,6 +80,8 @@ include:
- uname -a - uname -a
- lsb_release -a - lsb_release -a
- cat /etc/os-release - cat /etc/os-release
- lscpu
- cat /proc/cpuinfo
- mount - mount
- df -h - df -h
- cat /proc/swaps - cat /proc/swaps