diff --git a/crab/short-matrix1/run.sh b/crab/short-matrix1/run.sh index 83a55b5c48e..707b21cee3c 100755 --- a/crab/short-matrix1/run.sh +++ b/crab/short-matrix1/run.sh @@ -3,7 +3,8 @@ env > run.log ld.so --help | grep supported | grep x86-64-v mkdir matrix pushd matrix - runTheMatrix.py -i all -s -j 1 --ibeos >>../run.log 2>&1 || touch runall-report-step123-.log + runTheMatrix.py --job-reports --command " -n 5 --customise Validation/Performance/TimeMemorySummary.customiseWithTimeMemorySummary " \ + -i all -s -j 1 --ibeos >>../run.log 2>&1 || touch runall-report-step123-.log for f in $(find . -name '*' -type f) ; do case $f in *.xml|*.txt|*.log|*.py|*.json|*/cmdLog ) ;;