-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prod/pfnano: add the production script #14
Comments
For the record, local testing of
Copy the test aod file locally to CMSSW_10_6_30/src/ and build the config
Edit to change to 20 events in the config and run
Test if reading directly from root://eospublic.cern.ch//eos/opendata/cms/Run2015D/DoubleEG/MINIAOD/08Jun2016-v1/10000/00387F48-342F-E611-AB5D-0CC47A4D76AC.root works. Yes: this is OK
|
Add a PFNano production test workflow with
|
Take note:
and set |
Condition access does not work on github action with the cvmfs image That does work either. Note that there's an env variable SITECONFIG_PATH that usually points to
Copy Setting SITECONFIG_PATH does not seem to have any effect, verified it to be
Probably can be made to work but not necessarily worth the trouble as the hope is to get the standalone container fixed. |
The standalone image is now fixed but requires more space than is available on github runners. Add a step to free some space. |
Things to remember:
Also, most of the trouble above came from not using the standalone image but the lightweight ones. To remember for them, although they are not needed here:
|
Set up the PFNano production workflow
Use the container
gitlab-registry.cern.ch/cms-cloud/cmssw-docker/cmssw_10_6_30-slc7_amd64_gcc700
Local testing:
Maybe a local issue, although space is enough, investigating...
Eventually, to get forward, use the cvmfs mount action (check that it still works) and use the smaller
cc7-cms
image (orcms-cvmfs-docker
as in the PFNano recipe)The text was updated successfully, but these errors were encountered: