From 946f0ffe01b3303c596355a41f432e0fa6875850 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 1 Aug 2016 14:58:20 +0200 Subject: [PATCH] skipped status added --- Assignments-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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