From: Stefan Metzmacher Date: Fri, 20 Nov 2020 22:20:25 +0000 (+0100) Subject: .gitlab-ci.yml: print out information of the available cpus X-Git-Tag: tevent-0.11.0~1180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc16294342d4a92f744816caaa0689db996cb658;p=thirdparty%2Fsamba.git .gitlab-ci.yml: print out information of the available cpus Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eafd454d445..bdf0f853336 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,8 @@ include: - uname -a - lsb_release -a - cat /etc/os-release + - lscpu + - cat /proc/cpuinfo - mount - df -h - cat /proc/swaps