From 9304ccb66dbd93c95086e9ef1d65147bda17aa8b Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Fri, 25 May 2018 10:03:30 +0700 Subject: [PATCH] Update Zuul Status Page to correct URL Current URL of Zuul Status Page in code is: http://status.openstack.org/zuul/ The correct URL must be: https://zuul.openstack.org/ Change-Id: Ica1fbb373715cea0666b812984b16d448aaccff3 --- doc/source/developers.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/developers.rst b/doc/source/developers.rst index 7ee76d5..1eb057a 100644 --- a/doc/source/developers.rst +++ b/doc/source/developers.rst @@ -703,7 +703,7 @@ whole pipeline does not share a graph as in the gate pipeline), but for each change tested, all of its dependencies are visually connected to it, and they are used to construct the git references that Zuul uses when testing. When looking at this graph on the `Zuul -status page `_, you will note that +status page `_, you will note that the dependencies show up as grey dots, while the actual change tested shows up as red or green. This is to indicate that the grey changes are only there to establish dependencies. Even if one of the @@ -832,8 +832,7 @@ on the change by Zuul. Zuul reports the results of these tests back to Gerrit in the form of a Verified: +/-2 vote. Code merging will only occur after the gate tests have passed successfully and received a Verified: +2. You can view the state of tests currently -being run on the `Zuul Status page -`_. +being run on the `Zuul Status page `_. If a change fails tests in Zuul, please follow the steps below: