zuul_debug_info: Add /proc/cpuinfo output

There were some jobs recently that showed an unexpected processor count.
Add some data to allow to debug this.

Change-Id: I587a492d1aa94b0886c7e9a2260a3e2eb384e788
This commit is contained in:
Dr. Jens Harbott 2024-12-09 16:22:13 +01:00
parent f88eb51b71
commit 5694bf66c7

View File

@ -27,6 +27,7 @@ command_map = {
'network_neighbors': 'ip neighbor show',
'df_i': 'df -i',
'df_m': 'df -m',
'proc_cpuinfo': 'cat /proc/cpuinfo',
}