[CI] Gather information about platform in Linux tests workflows#21353
[CI] Gather information about platform in Linux tests workflows#21353lukaszstolarczuk wants to merge 4 commits intointel:syclfrom
Conversation
ce183a5 to
9ea3709
Compare
9ea3709 to
a3d22f0
Compare
a3d22f0 to
76dbd5e
Compare
| gdb_mode: ${{ inputs.benchmark_gdb_mode }} | ||
| custom_cr: ${{ inputs.benchmark_custom_cr }} | ||
|
|
||
| - name: Get information about platform |
There was a problem hiding this comment.
I wanted to add this only for benchmarks, but it spammed our action's output, so I decided to put it here as a seperate step; please let me know if you don't mind printing this for all tests workflows here...?
There was a problem hiding this comment.
I don't mind, but can you explain the use case/benefit from running this script? There's so much information I'm not sure what I would do with it. Thanks
There was a problem hiding this comment.
last use case we had: perf results changed, we didn't know what was causing it; kernel upgrade was the culprit, but it took us a while - if we had history of platform information from recent jobs we would probably get to the root cause a little faster.
I know, there's a lot of info, but sometimes we may use packages info, sometimes kernel or OS info. It proved to be useful in UR workflows.
76dbd5e to
4ba5e1f
Compare
|
failed CI doesn't seem to be my fault, please review |
it's not used anymore, we long use hwloc from packages
4ba5e1f to
a0ecbbf
Compare
get_system_info.shscript broadly, not only in URinstall_hwloc.shscript