forked from dask/dask-jobqueue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix command template for empty
env_extra
in HTCondor (dask#570)
* Fix command template for empty `env_extra` in HTCondor Due to config read with `default=[]`, `env_extra` will not stay `None` but become an empty list. This resulted in a command template starting with a semicolon. Possibly related to dask#568 * formatting * reenable HTCondor CI workflow * DEBUG: downgrade click * DEBUG: condor_q + condor logs * DEBUG: more output * DEBUG * DEBUG * test_basic[HTCondorCluster]: use 2GiB memory * DEBUG more output * test_basic[HTCondorCluster]: use 500MiB memory * adapt assertion to 500MiB * DEBUG: revert all debugging stuff * test_basic[HTCondorCluster]: use 500MiB memory * Revert "DEBUG: downgrade click" This reverts commit 56e56d4. * EMPTY to trigger CI * Fix also test_extra_args_broken_cancel * Re-add some debugging outputs for HTCondor CI just in case Co-authored-by: Guillaume EB <[email protected]>
- Loading branch information
1 parent
50a6f39
commit 7ec9bd0
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters