From fda85483df7da6bb0756eea0ef8211609b3ed26d Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Tue, 2 May 2017 18:36:55 -0500 Subject: [PATCH] [upstream] fix missing line and describe voting/non-voting While reviewing the content today I noticed that it appears that I cannot have an image and text on a slide. I created a new slide and moved the line. I also got feedback while running through this deck that we should add a description of voting and non-voting jobs. So, that content is also added. Change-Id: I7dfce3c5600c995114ae54946fd27e3a5258d6a6 --- .../slides/workflow-project-status-and-zuul.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/upstream-training/source/slides/workflow-project-status-and-zuul.rst b/doc/upstream-training/source/slides/workflow-project-status-and-zuul.rst index f313d407..b394d561 100644 --- a/doc/upstream-training/source/slides/workflow-project-status-and-zuul.rst +++ b/doc/upstream-training/source/slides/workflow-project-status-and-zuul.rst @@ -68,8 +68,22 @@ Jenkins Failures .. image:: ./_assets/workflow-project-status-and-zuul-jenkins-fail.png + +Analysing Jenkins Failures +========================== - Logs may be accessed by clicking on the test's name + - Directs the user to saved log output + - Uses the browser to view the logs + +- Voting and non-voting jobs + + - Voting job failures cause a -1 vote from Jenkins on the patch + - Non-voting jobs do not cause a -1 vote from Jenkins upon failure + +- Non-voting jobs are new jobs that are being tested and may not yet be ready + to vote + Log Output ==========