We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea9824 commit 5568decCopy full SHA for 5568dec
1 file changed
pr_testing/run-pr-profiling.sh
@@ -60,6 +60,7 @@ EOF
60
export RUNALLSTEPS=1
61
$WORKSPACE/profiling/Gen_tool/runall.sh $CMSSW_VERSION || true
62
$WORKSPACE/profiling/Gen_tool/runall_allocmon.sh $CMSSW_VERSION || true
63
+ $WORKSPACE/profiling/Gen_tool/runall_eventallocmon.sh $CMSSW_VERSION || true
64
$WORKSPACE/profiling/Gen_tool/runall_vtune.sh $CMSSW_VERSION || true
65
if [ ! -d $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW ] ; then
66
mark_commit_status_all_prs "profiling wf $PROFILING_WORKFLOW" 'success' -u "${BUILD_URL}" -d "Error: failed to run profiling"
0 commit comments