Skip to content

Commit 27e1bb8

Browse files
authored
Merge pull request #1105 from boegel/2023.06-software.eessi.io_ci_host_info
show `/proc/cpuinfo` and run `lscpu` in CI workflow
2 parents 607cd13 + de69761 commit 27e1bb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-software.eessi.io.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ jobs:
5555
with:
5656
fetch-depth: 0 # Fetch all history for all branches and tags
5757

58+
- name: Show host system info
59+
run: |
60+
echo "/proc/cpuinfo:"
61+
cat /proc/cpuinfo
62+
echo
63+
echo "lscpu:"
64+
lscpu
65+
5866
- name: Mount EESSI CernVM-FS pilot repository
5967
uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0
6068
with:

0 commit comments

Comments
 (0)