You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now the config schema just requires compute_packages section to be present and asserts the structure of the adapters and compute_packages.
Do we want to add more restrictions? For example:
require compute_packages.default to be defined
require submission_template and submission_command for every package?
compute_packages:
default: <-- require?submission_template: templates/local_template.sub <-- require?submission_command: sh <-- require?
right now the config schema just requires
compute_packages
section to be present and asserts the structure of theadapters
andcompute_packages
.Do we want to add more restrictions? For example:
compute_packages.default
to be definedsubmission_template
andsubmission_command
for every package?Originally posted by @stolarczyk in #54 (comment)
The text was updated successfully, but these errors were encountered: