Skip to content

Commit e4ddabf

Browse files
committed
Fix issues with parallel run of get-platform-details
1 parent 6f8bcc7 commit e4ddabf

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-06-04 23:48:34*
3+
*Last updated: 2026-06-05 00:06:43*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/get-generic-sys-util/meta.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,7 @@ variations:
872872
psmisc:
873873
env:
874874
MLC_SYS_UTIL_NAME: psmisc
875-
MLC_SYS_UTIL_VERSION_CMD: killall --version
876-
MLC_SYS_UTIL_VERSION_CMD_USE_ERROR_STREAM: 'yes'
877-
MLC_SYS_UTIL_VERSION_RE: PSmisc\) (\d+\.\d+)
878-
MLC_TMP_VERSION_DETECT_GROUP_NUMBER: 1
875+
MLC_SYS_UTIL_VERSION_CMD_OVERRIDE: which pstree
879876
new_env_keys:
880877
- MLC_PSMISC_VERSION
881878
state:

0 commit comments

Comments
 (0)