whoops: add a test on the enable_dynamic_run_command field

This commit is contained in:
Graham Christensen
2021-12-15 15:41:55 -05:00
parent 8a96f07f58
commit 2635607b6e
2 changed files with 6 additions and 0 deletions

View File

@ -607,6 +607,9 @@ components:
enabled:
description: when set to true the project gets scheduled for evaluation
type: boolean
enable_dynamic_run_command:
description: when true the project's jobsets support executing dynamically defined RunCommand hooks. Requires the server and project's configuration to also enable dynamic RunCommand.
type: boolean
declarative:
description: declarative input configured for this project
type: object