Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a more strict schema #58

Open
stolarczyk opened this issue Apr 12, 2021 · 0 comments
Open

add a more strict schema #58

stolarczyk opened this issue Apr 12, 2021 · 0 comments
Labels
enhancement New feature or request priority-low

Comments

@stolarczyk
Copy link
Member

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?

Originally posted by @stolarczyk in #54 (comment)

@stolarczyk stolarczyk added enhancement New feature or request priority-low labels Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low
Projects
None yet
Development

No branches or pull requests

1 participant