proper format of limits

master
Martin Polanka 7 years ago
parent c19653342e
commit 5090238a7d

@ -286,21 +286,27 @@ Example:
Mandatory items are bold, optional italic, description of items follows: Mandatory items are bold, optional italic, description of items follows:
* **${box identification}** - ... * **${test identification}** - ...
* _wall-time_ - ... * **${pipeline identification}** - ...
* _memory_ - ... * **${box identification}** - ...
* _parallel_ - ... * _wall-time_ - ...
* _memory_ - ...
* _parallel_ - ...
Example: Example:
``` ```
box-id-1: test-id-1:
wall-time: 5 pipeline-id-1:
memory: 50 box-id-1:
parallel: 500 wall-time: 5
box-id-2: memory: 50
wall-time: 6 parallel: 500
memory: 60 test-id-2:
pipeline-id-2:
box-id-2:
wall-time: 6
memory: 60
``` ```
## ExerciseEnvironmentConfig ## ExerciseEnvironmentConfig

Loading…
Cancel
Save