Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

add a more strict schema #58

@stolarczyk

Description

@stolarczyk

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions