-
Notifications
You must be signed in to change notification settings - Fork 11
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
Parametrize DIRAC group #175
Conversation
Cool, thanks 🙏. Just looking from my phone this looks good to me. I suggest also documenting this in the class comment for the |
Thanks, I wrote the docs and the entry in the changelog, I hope it is correct. |
Hi @meliache, can you take a look at the github workflow issue and the PR in general? |
Sorry @Bilokin, last week I just had no time to look at this because we were aiming for unblinding of our analysis for PRL, so I didn't look at this properly yet.
Yep, can take a look. Our github action runs the syntax- and style-checker |
The flake8 pre-commit hook seems to fail due to an incompatibility between flake8 v3.9, which was set in the pre-commit config, and |
Hi @meliache,
recently, the group policy in gbasf2 was diversified, so the users can now submit the jobs from different DIRAC groups, which have different queue priorities.
And since there was created a group
belle_systematics
we would like to add the corresponding functionality to the b2luigi, which is extremely useful for the systematics framework.To submit a project from a group other than
belle
, one has to do the following:gbasf2
command via--output_path
In this PR I added two optional b2luigi parameters,
gbasf2_proxy_group
andgbasf2_project_lpn_path
.The latter one is required if the first one is supplied.