1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-30 06:34:13 +00:00

doc: fix build warnings

This commit is contained in:
Sergei Trofimov
2018-05-18 10:03:20 +01:00
committed by Marc Bonnici
parent 3f7f0b38f5
commit b1b2131b0c
9 changed files with 25 additions and 15 deletions

View File

@@ -80,19 +80,20 @@ retry_on_status:
This is list of statuses on which a job will be considered to have
failed and will be automatically retried up to ``max_retries``
times. This defaults to ``["FAILED", "PARTIAL"]`` if not set.
Possible values are::
Possible values are:
``"OK"``
This iteration has completed and no errors have been detected
This iteration has completed and no errors have been detected
``"PARTIAL"``
One or more instruments have failed (the iteration may still be running).
One or more instruments have failed (the iteration may still be
running).
``"FAILED"``
The workload itself has failed.
The workload itself has failed.
``"ABORTED"``
The user interrupted the workload
The user interrupted the workload.
allowed values: ``RUNNING``, ``OK``, ``PARTIAL``, ``FAILED``, ``ABORTED``, ``SKIPPED``