output item

master
Martin Polanka 8 years ago
parent 727e807592
commit 031d0dd643

@ -213,6 +213,8 @@ in the job config file.
omitted; job variables can be used, usually `${EVAL_DIR}` omitted; job variables can be used, usually `${EVAL_DIR}`
- _stderr_ -- file to which error output will be redirected, can be - _stderr_ -- file to which error output will be redirected, can be
omitted; job variables can be used, usually `${EVAL_DIR}` omitted; job variables can be used, usually `${EVAL_DIR}`
- _output_ -- true/false, if true then output from stdout and stderr
(in that order) will be written in `result.yaml`
- _limits_ -- list of limits which can be passed to sandbox, can be - _limits_ -- list of limits which can be passed to sandbox, can be
omitted, in that case defaults will be used omitted, in that case defaults will be used
- **hw-group-id** -- determines specific limits for specific - **hw-group-id** -- determines specific limits for specific

Loading…
Cancel
Save