diff --git a/pr_testing/run-pr-profiling.sh b/pr_testing/run-pr-profiling.sh index 20508f8b2c5..3992487888b 100755 --- a/pr_testing/run-pr-profiling.sh +++ b/pr_testing/run-pr-profiling.sh @@ -97,7 +97,7 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do get_jenkins_artifacts profiling/${CMSSW_VERSION}/${SCRAM_ARCH}/$f ${f}.ib $CMS_BOT_DIR/pr_testing/resources-diff.py $f ${f}.ib >$f.log || true ln -s /data/sdt/SDT/jenkins-artifacts/pull-request-integration/${UPLOAD_UNIQ_ID}/profiling/$d/diff-${BASENAME} $LOCALREL/profiling/${CMSSW_VERSION}/${SCRAM_ARCH}/${PROFILING_WORKFLOW}/${UPLOAD_UNIQ_ID} || true - echo "
  • diff-$BASENAME
  • " >> $WORKSPACE/upload/profiling/index-$PROFILING_WORKFLOW.html + echo "
  • diff-$BASENAME
  • " >> $WORKSPACE/upload/profiling/index-$PROFILING_WORKFLOW.html done ls -l $LOCALREL/profiling/${CMSSW_VERSION}/${SCRAM_ARCH}/${PROFILING_WORKFLOW}/${UPLOAD_UNIQ_ID} || true for f in $(find $PROFILING_WORKFLOW -type f -name '*.log' -o -name '*.txt' -o -name '*.tmp' -o -name '*.heap*' -o -name '*.json') ; do