move chdir

master
Martin Polanka 7 years ago
parent 0a87491cb4
commit 7e54de3eaf

@ -218,6 +218,7 @@ in the job config file.
- _output_ -- true/false, if true then output from stdout and stderr
(in that order) will be written in `result.yaml`, limitation on
length defined in worker configuration
- _chdir_ -- this will be working directory of executed application
- _limits_ -- list of limits which can be passed to sandbox, can be
omitted, in that case defaults will be used
- **hw-group-id** -- determines specific limits for specific
@ -235,7 +236,6 @@ in the job config file.
- _disk-files_ -- number of files which can be opened
- _environ-variable_ -- wrapper for map of environmental variables,
union with default worker configuration
- _chdir_ -- this will be working directory of executed application
- _bound-directories_ -- list of structures representing directories
which will be visible inside sandbox, union with default worker
configuration. Contains 3 suboptions: **src** -- source pointing

Loading…
Cancel
Save