Skip to content

Commit

Permalink
Update run-pr-hlt-p2-integration.sh: do not create result.res
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Oct 3, 2024
1 parent e8373d2 commit a841669
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pr_testing/run-pr-hlt-p2-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a841669

Please sign in to comment.