|
|
@ -208,11 +208,11 @@ in the job config file.
|
|
|
|
defined task is automatically external
|
|
|
|
defined task is automatically external
|
|
|
|
- **name** -- name of used sandbox
|
|
|
|
- **name** -- name of used sandbox
|
|
|
|
- _stdin_ -- file to which standard input will be redirected, can be
|
|
|
|
- _stdin_ -- file to which standard input will be redirected, can be
|
|
|
|
omitted; job variables can be used, usually `${EVAL_DIR}`
|
|
|
|
omitted; job variables can be used, usually `${SOURCE_DIR}`
|
|
|
|
- _stdout_ -- file to which standard output will be redirected, can be
|
|
|
|
- _stdout_ -- file to which standard output will be redirected, can be
|
|
|
|
omitted; job variables can be used, usually `${EVAL_DIR}`
|
|
|
|
omitted; job variables can be used, usually `${SOURCE_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 `${SOURCE_DIR}`
|
|
|
|
- _output_ -- true/false, if true then output from stdout and stderr
|
|
|
|
- _output_ -- true/false, if true then output from stdout and stderr
|
|
|
|
(in that order) will be written in `result.yaml`, limitation on
|
|
|
|
(in that order) will be written in `result.yaml`, limitation on
|
|
|
|
length defined in worker configuration
|
|
|
|
length defined in worker configuration
|
|
|
|