From a2b8b975d0a7743bd72b90c2edabaf9636701b30 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 19 Jul 2021 13:09:56 +0000 Subject: [PATCH] Document RETRY build status This change adds documentation for the new build status. Change-Id: I0e74de383598f5b3383b6dd8a82ca99e5c59a148 --- doc/source/reference/jobs.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/reference/jobs.rst b/doc/source/reference/jobs.rst index d0a0379ccf..eb33c093c3 100644 --- a/doc/source/reference/jobs.rst +++ b/doc/source/reference/jobs.rst @@ -997,6 +997,9 @@ A job build may have the following status: **FAILURE** Job executed correctly, but exited with a failure. +**RETRY** + The ``pre-run`` playbook failed and the job will be retried. + **RETRY_LIMIT** The ``pre-run`` playbook failed more than the maximum number of retry ``attempts``.