fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Make sure --global-pool doesn't clear the pre-existing environment #551

Closed shreyb closed 7 months ago

shreyb commented 7 months ago

This fixes the bug brought up in the discussions offline.

It also allows us to pass verbose mode to the underlying condor_vault_storer call made by condor_submit, either through the environment or via the verbose flag.

I ran all the unit and integration tests to validate these changes.

shreyb commented 7 months ago

@DrDaveD : Included in this PR is the ability for us to pass verbose or debug flags to condor_vault_storer by doing something like:

_condor_SEC_CREDENTIAL_STORER="/path/to/condor_vault_storer -d" jobsub_submit <args>.

More directly, the jobsub_submit --verbose flag will also trigger -v being sent to condor_vault_storer.