Skip to content

Avoid overwriting submit descriptors in Layer

Patrick Godwin requested to merge default_submit_descriptors into main

Also remove a few rarely used options/defaults in Layer:

  • dynamic_memory: This option has many implicit assumptions that cannot be changed easily and options that are set are especially brittle regarding Condor versions and/or cluster configurations
  • periodic_release: It's not clear that this default makes sense in many cases and users could add this explicitly if needed in their submit descriptors.

Merge request reports