Update BlackList_caches.txt and fix logParser
- Apr 03, 2020
-
-
Spyros Argyropoulos authored
-
53c3cb09
-
baf753e6
-
This MR contains an update of the blacklist from ewelina: blacklist releases >21.6.17 and < 21.6.24 for usage with HErwig7+EvtGen due to Tauola hangup
and a bug fix to how the blacklist was checked
logParser
was relying on the naming of the jobOptions. This was error prone with the new naming conventions and checking a single generator against the blacklist was not working.Herwig.*Pythia
jobOptions and release:
- using release = AthGeneration-21.6.23 <-- ERROR: AthGeneration,21.6.23 is blacklisted for Herwig7.2+TauOla+EvtGen(v.1.7.0)
- generatorName = Herwig7.2+TauOla+EvtGen(v.1.7.0)
Fails
- using release = AthGeneration-21.6.23
- generatorName = Herwig7.2+TauOla
Passes
- using release = AthGeneration-21.6.10 <-- ERROR: AthGeneration,21.6.10 is blacklisted for Herwig7.2+TauOla+EvtGen(v.1.7.0)
- generatorName = Herwig7.2+TauOla+EvtGen(v.1.7.0)
Fails
- using release = AthGeneration-21.6.16 <-- ERROR: AthGeneration,21.6.16 is blacklisted for Herwig7.2+TauOla+EvtGen(v.1.7.0)
- generatorName = Herwig7.2+TauOla+EvtGen(v.1.7.0)
Fails
Closes #
/label Bug fix /label High priority