DynamicRunCommand: needs to be enabled by server, project, and jobset

This commit is contained in:
Cole Helbling 2021-12-17 10:29:47 -08:00 committed by Graham Christensen
parent d8b56f022d
commit 3b895aec54

View file

@ -33,8 +33,9 @@ Command to run. Can use the `$HYDRA_JSON` environment variable to access informa
### Dynamic Commands ### Dynamic Commands
Hydra can optionally run RunCommand hooks defined dynamically by the jobset. Hydra can optionally run RunCommand hooks defined dynamically by the jobset. In
This must be turned on explicitly in the `hydra.conf` and per jobset. order to enable dynamic commands, you must enable this feature in your
`hydra.conf`, *as well as* in the parent project and jobset configuration.
#### Behavior #### Behavior