From fd900d4c6eec02711972f73689afdf31d377aeaf Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 10 Dec 2015 00:19:29 +0100 Subject: [PATCH] Updated Assignments overview (markdown) --- Assignments-overview.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Assignments-overview.md b/Assignments-overview.md index abb07f8..60e2595 100644 --- a/Assignments-overview.md +++ b/Assignments-overview.md @@ -52,7 +52,8 @@ Configuration of the job which is passed to worker is generated from two parts: Final configuration for worker is computer generated from those two configs. * **Configuration example** -`--- # only one document which contains job, aka. list of tasks and some general infos +` +--- # only one document which contains job, aka. list of tasks and some general infos problem: # some basic info about problem id: 25 name: "test-problem" @@ -126,7 +127,8 @@ tasks: value: "/box" - var: ISOLATE_TMP value: "/tmp" -...` +... +` ### Parameters And Results The job may have some input parameters (e.g., default config for Isolate, global parameters for the tested processes, ...). Similarly, the job has some structured results -- for each task (where applicable), it gathers exit code and consumed time and memory.