We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0547eda commit 3740047Copy full SHA for 3740047
pr_testing/run-pr-profiling.sh
@@ -50,7 +50,6 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do
50
cp -v $f $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW/$CMSSW_VERSION-$b || true
51
done
52
$WORKSPACE/profiling/Gen_tool/runall.sh $CMSSW_VERSION || true
53
- $WORKSPACE/profiling/Gen_tool/runall_cpu.sh $CMSSW_VERSION || true
54
if [ ! -d $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW ] ; then
55
mark_commit_status_all_prs "profiling wf $PROFILING_WORKFLOW" 'success' -u "${BUILD_URL}" -d "Error: failed to run profiling"
56
echo "<li>$PROFILING_WORKFLOW: No such directory</li>" >> $WORKSPACE/upload/profiling/index-$PROFILING_WORKFLOW.html
0 commit comments