Skip to content
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

Argo workflow with an upload step nfs #31

Open
katilp opened this issue Jul 18, 2024 · 0 comments
Open

Argo workflow with an upload step nfs #31

katilp opened this issue Jul 18, 2024 · 0 comments

Comments

@katilp
Copy link
Contributor

katilp commented Jul 18, 2024

After #33:

Add a new argo workflow in the nfs cluster folder with and additional step to upload the file to the nfs disk

It can use image: rootproject/root:latest

and the command to copy files from their storage is

xrdcp <file path as in the file list from cernopendata-client> .

Modify the input file list for the processing step so that it lists:

file:filename1.root
file:filename2.root
[...]

instead of

root://eospublic.cern.ch//eos/opendata/cms/[...]/filename1.root
root://eospublic.cern.ch//eos/opendata/cms/[...]/filename2.root

where filename1 etc are placeholders for the actual file names.

Test that it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant