diff --git a/Assignments-overview.md b/Assignments-overview.md index ba2b292..6e3f7b7 100644 --- a/Assignments-overview.md +++ b/Assignments-overview.md @@ -214,7 +214,7 @@ Mandatory items are bold, optional italic. - **job-id** - identification of job to which this results belongs - **results** - list of tasks results - **task-id** - unique identification of task in scope of this job - - **status** - two states: OK, FAILED + - **status** - three states: OK, FAILED, SKIPPED - _error_message_ - defined only in internal tasks on failure - _sandbox_results_ - if defined than this task was external and was run in sandbox - **exitcode** - integer which executed program gave on exit @@ -233,7 +233,7 @@ Mandatory items are bold, optional italic. job-id: 5 results: - task-id: compile1 - status: OK # OK, FAILED + status: OK # OK, FAILED, SKIPPED sandbox_results: exitcode: 0 time: 5 # in seconds