An error occurred while fetching the assigned milestone of the selected merge_request.
Enabled the assignment of the variable env via config files
This feature is just an extension of an existent feature.
Today the only way to send environment variables to SGE via bob.bio.base
is setting the optional argument --environment
.
This MR allows us to set that via configuration files by adding env=MY_VAR=VALUE
.
Before any complains, I can't come up with test case for that one. This is injected directly in the Namespace object (argparse) AND this object is not visible when we I call verify.main().
Merge request reports
Activity
Is it possible to provide this as
environment
instead ofenv
in config files?No, it's not possible
Edited by Tiago de Freitas Pereiramentioned in commit 75ebdf5b
Please register or sign in to reply