From 5090238a7df65498adc51df7d3d61a868970c58d Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 31 Aug 2017 09:31:27 +0200 Subject: [PATCH] proper format of limits --- Exercise-Configuration.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index 09e61e1..ccae355 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -286,21 +286,27 @@ Example: Mandatory items are bold, optional italic, description of items follows: -* **${box identification}** - ... - * _wall-time_ - ... - * _memory_ - ... - * _parallel_ - ... +* **${test identification}** - ... + * **${pipeline identification}** - ... + * **${box identification}** - ... + * _wall-time_ - ... + * _memory_ - ... + * _parallel_ - ... Example: ``` -box-id-1: - wall-time: 5 - memory: 50 - parallel: 500 -box-id-2: - wall-time: 6 - memory: 60 +test-id-1: + pipeline-id-1: + box-id-1: + wall-time: 5 + memory: 50 + parallel: 500 +test-id-2: + pipeline-id-2: + box-id-2: + wall-time: 6 + memory: 60 ``` ## ExerciseEnvironmentConfig