Skip to content

Commit

Permalink
Skip HLT-integration tests in SLC6
Browse files Browse the repository at this point in the history
HLT-integration tests cannot run with SLC6 architectures,
due to an incompatibility with the latest .jar files of ConfDB-v2.
For further details, see cms-sw#40013 (comment)
  • Loading branch information
missirol committed Nov 24, 2022
1 parent b6d2b06 commit d5fff49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HLTrigger/Configuration/test/runIntegration.csh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d5fff49

Please sign in to comment.