From 557eea312e399fb569886e3eaf456c8693565a9d Mon Sep 17 00:00:00 2001 From: Marino Missiroli Date: Thu, 24 Nov 2022 10:57:21 +0100 Subject: [PATCH] Skip HLT-integration tests in SLC6 HLT-integration tests cannot run with SLC6 architectures, due to an incompatibility with the latest .jar files of ConfDB-v2. For further details, see https://github.com/cms-sw/cmssw/issues/40013#issuecomment-1325571973 --- HLTrigger/Configuration/test/runIntegration.csh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HLTrigger/Configuration/test/runIntegration.csh b/HLTrigger/Configuration/test/runIntegration.csh index ec23bc5177618..125b123f073c2 100755 --- a/HLTrigger/Configuration/test/runIntegration.csh +++ b/HLTrigger/Configuration/test/runIntegration.csh @@ -1,5 +1,17 @@ #!/bin/tcsh +# HLT-integration tests cannot run with SLC6 architectures, +# due to an incompatibility with the latest .jar files of ConfDB-v2. +# For further details, see https://github.com/cms-sw/cmssw/issues/40013#issuecomment-1325571973 +if ( "$SCRAM_ARCH" =~ slc6* ) then + echo + echo "WARNING -- HLT-integration tests of $2 ($1) will be skipped !" + echo " SCRAM_ARCH=$SCRAM_ARCH, and ConfDB access with SLC6 is not supported anymore !" + echo " The latest .jar files of ConfDB-v2 are incompatible with scram architectures based on SLC6." + echo " For further details, see https://github.com/cms-sw/cmssw/issues/40013#issuecomment-1325571973" + exit 0 +endif + cmsenv rehash