diff --git a/pr_testing/run-pr-hlt-p2-integration.sh b/pr_testing/run-pr-hlt-p2-integration.sh index 688213ea970..37b95a281f8 100755 --- a/pr_testing/run-pr-hlt-p2-integration.sh +++ b/pr_testing/run-pr-hlt-p2-integration.sh @@ -20,10 +20,9 @@ popd # Upload results source $WORKSPACE/cms-bot/jenkins-artifacts -touch ${RESULTS_DIR}/15-hlt-p2-integration-report.res ${RESULTS_DIR}/15-hlt-p2-integration-failed.res +touch ${RESULTS_DIR}/15-hlt-p2-integration-failed.res if [ -f $WORKSPACE/rundir/Phase2Timing_resources.json ] ; then echo "HLT_P2_INTEGRATION;SUCCESS,HLT Phase 2 integration Test,See Logs,hlt-p2-integration.log" >> ${RESULTS_DIR}/hlt-p2-integration.txt - echo -e "\n* **HLT P2 Integration**" > ${RESULTS_DIR}/15-hlt-p2-integration-report.res mark_commit_status_all_prs 'hlt-p2-integration' 'success' -u "${BUILD_URL}" -d "HLT Phase2 integration data collected" else echo "HLT_P2_INTEGRATION;ERROR,HLT Phase 2 integration Test,See Logs,hlt-p2-integration.log" >> ${RESULTS_DIR}/hlt-p2-integration.txt