From 38ea26035f9fac8ecfa026af46a7d043217c6a83 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Thu, 25 May 2023 10:22:10 -0500 Subject: [PATCH 1/2] update clang version --- bin/github/jenkins_tests/mu2e-offline-build-test/job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh b/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh index f89296d..7b81939 100644 --- a/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh +++ b/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh @@ -198,7 +198,7 @@ else source /cvmfs/fermilab.opensciencegrid.org/products/common/etc/setups setup mu2e - setup clang v5_0_1 + setup clang v14_0_6c # run clang-tidy CLANG_TIDY_ARGS="-extra-arg=-isystem$CLANG_FQ_DIR/include/c++/v1 -p . -j 24" From d2d95a50a0ebbd55e4bb305b6c8bfc1730a37043 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Thu, 25 May 2023 10:23:43 -0500 Subject: [PATCH 2/2] gists don't work in org accounts --- .../mu2e-offline-build-test/job.sh | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh b/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh index 7b81939..fc78dd8 100644 --- a/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh +++ b/bin/github/jenkins_tests/mu2e-offline-build-test/job.sh @@ -339,28 +339,7 @@ EOM sed -i '/Command execution time:/d' scons.log sed -i '/SConscript:/d' scons.log -${CMS_BOT_DIR}/upload-job-logfiles gh-report.md ${WORKSPACE}/*.log > gist-link.txt 2> upload_logfile_error_response.txt - -if [ $? -ne 0 ]; then - # do nothing for now, but maybe add an error message in future - echo "Couldn't upload logfiles..." - -else - GIST_LINK=$( cat gist-link.txt ) - cat >> "$WORKSPACE"/gh-report.md <<- EOM - -Log files have been uploaded [here.](${GIST_LINK}) - -EOM - -fi - - cmsbot_report "$WORKSPACE/gh-report.md" -echo "[$(date)] cleaning up old gists" -${CMS_BOT_DIR}/cleanup-old-gists - wait; exit $BUILDTEST_OUTCOME; -