From e8373d270c34bc5be5159893793c34557ad9cc5b Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Thu, 3 Oct 2024 07:42:15 +0200 Subject: [PATCH] hlt-p2-int: summary page points to hlt-p2-integration.log --- pr_testing/run-pr-hlt-p2-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_testing/run-pr-hlt-p2-integration.sh b/pr_testing/run-pr-hlt-p2-integration.sh index 998435ea0ac..688213ea970 100755 --- a/pr_testing/run-pr-hlt-p2-integration.sh +++ b/pr_testing/run-pr-hlt-p2-integration.sh @@ -22,7 +22,7 @@ popd source $WORKSPACE/cms-bot/jenkins-artifacts touch ${RESULTS_DIR}/15-hlt-p2-integration-report.res ${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" >> ${RESULTS_DIR}/hlt-p2-integration.txt + 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