Skip to content

Disable Tag Builder in HLT output configuration

Rafal Bielski requested to merge rbielski/athena:hlt-no-tag into master

This fixes the errors/warnings about unmet dependency when running on BS inputs:

SGInputLoader 0 0 ERROR unable to find proxy for ( 'AthenaAttributeList' , 'StoreGateSvc+Input' )

http://test-atrvshft.web.cern.ch/test-atrvshft/ART_monitor/Monitor/Build/2020-01-13T2133/master_Athena_x86_64-centos7-gcc8-opt/TrigUpgradeTest/trigUpgr_full_menu_deps_build

I believe they started appearing after !28483 (merged). As far as I can tell, we don't need this in Run-3 HLT jobs, so I just set the flag disabling it.

Related Jira: ATR-20535

Merge request reports