diff --git a/pr_testing/run-pr-profiling.sh b/pr_testing/run-pr-profiling.sh index 76d179c39fc..8d7ae1501f0 100755 --- a/pr_testing/run-pr-profiling.sh +++ b/pr_testing/run-pr-profiling.sh @@ -43,6 +43,7 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do for f in $(find $WORKSPACE/IB/$CMSSW_VERSION/$PROFILING_WORKFLOW -name step*.json);do b=$(basename $f) cp -v $f $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW/$CMSSW_VERSION-$b || true + done $WORKSPACE/profiling/Gen_tool/runall.sh $CMSSW_VERSION || true $WORKSPACE/profiling/Gen_tool/runall_cpu.sh $CMSSW_VERSION || true $WORKSPACE/profiling/Gen_tool/runall_mem_GC.sh $CMSSW_VERSION || true