You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing in a new VM image from the cernvm group, with slc7 singularity shell.
The GT access is fine but the PFNano test job fails with
Did not find frontier-connect in calib-data section in /cvmfs/cms.cern.ch/SITECONF/local/JobConfig/site-local-config.xml
indicating an attempt to access the condition database outside of GT. The problem was traced to the RecoTau package
(see discussion
The code retrieves a db (or more). It was verified that it is not in the default GT.
This is an undesired feature of the production code, not related to the OD example, and a fix will be implemented in CMSSW and a new GT can be provided with the necessary tags.
An update to most of the already prepared records/docs will be needed, a new container needs to be built and the updated GTs moved to /cmvfs and eos.
See also in the release guide how to disconnect frontier in the CMS OD container to test that database access in only to the GT on /cvmfs. It will speed up testing.
(from #124)
Test the GT reading
gitlab-registry.cern.ch/cms-cloud/cmssw-docker-opendata/cmssw_10_6_30-slc7_amd64_gcc700
containerUse https://github.com/cms-opendata-analyses/PFNanoProducerTool
with data, change the input file and the GT in
PFNano/pfnano_data_2016UL_OpenData.py
:and, eventually, redo for MC when some OD files get transferred, change the input file and the following in
PFNano/pfnano_mc_2016UL_OpenData.py
:Also, think of an automated test wf to be added as a test to the container image build
The text was updated successfully, but these errors were encountered: