Skip to content

Make fallback_run_target mandatory - #656

Open
NicolasFussberger wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:fallback_run_target_mandatory
Open

NicolasFussberger wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:fallback_run_target_mandatory

Conversation

@NicolasFussberger

Copy link
Copy Markdown
Contributor

Behaviour before:

fallback_run_target was optional in the json schema.
However, the python script was validating that it exists and aborts if not present.
So it was actually mandatory already. This was confusing to the user.

Behaviour now:

fallback_run_target is marked required in the json schema.
No custom validation required to make sure its configured - already handled via schema validation.

Resolves: #655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

Improvement: Make fallback_run_target mandatory in json schema

2 participants