Don't retrieve RunNumber in online mode: fix for mixed new/old configuration
Brings TileConditions setup in line between newJO and oldJO. Was causing a clash when TileCablingSvcCfg and TileConditions_jobOptions are in the same job:
Py:conf2toConfigurableCRITICAL Failed merging new config value (5) and old config value (4) for the (CablingType) property of TileCablingSvc/TileCablingSvc (TileCablingSvc/TileCablingSvc) old (new).
Shortened traceback (most recent user call last):
File "/scratch/smh/bld/x86_64-centos7-gcc11-opt/jobOptions/TriggerJobOpts/runHLT_standalone.py", line 485, in <module>
CAtoGlobalWrapper(Lvl1SimulationCfg, ConfigFlags, seqName="HLTBeginSeq")
File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc11-opt/2021-12-07T2101/Athena/22.0.50/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/ComponentAccumulator.py", line 1248, in CAtoGlobalWrapper
appendCAtoAthena(ca)
File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc11-opt/2021-12-07T2101/Athena/22.0.50/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/ComponentAccumulator.py", line 1264, in appendCAtoAthena
instance = conf2toConfigurable( comp, indent=" " )
File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc11-opt/2021-12-07T2101/Athena/22.0.50/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/ComponentAccumulator.py", line 1222, in conf2toConfigurable
__areSettingsSame( existingConfigurable, comp, indent )
File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc11-opt/2021-12-07T2101/Athena/22.0.50/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/ComponentAccumulator.py", line 1206, in __areSettingsSame
raise ConfigurationError(err_message)
AthenaConfiguration.ComponentAccumulator.ConfigurationError: Failed merging new config value (5) and old config value (4) for the (CablingType) property of TileCablingSvc/TileCablingSvc (TileCablingSvc/TileCablingSvc) old (new).
Found during my ongoing L1 simulation configuration project (!48674 (closed))