Rewrite logs.o.o post reference

The instructions for getting logs of post jobs is not correct anymore,
rewrite the section.

Change-Id: I280b520db95648bccfffaf16b801de9b715c2ecc
This commit is contained in:
Andreas Jaeger 2020-03-03 20:57:03 +01:00
parent f0627aeff7
commit a711d9ebb3

View File

@ -916,16 +916,10 @@ After patches land, jobs can be run in the post queue. Finding build logs for
these jobs works a bit differently to the results of the pre-merge check and these jobs works a bit differently to the results of the pre-merge check and
gate queues. gate queues.
For jobs in the post queue, logs are found at For jobs in the post queue, logs are found via the builds tab of
``http://logs.openstack.org/<first two characters of commit SHA>/<commit SHA>``. https://zuul.opendev.org/, for example to search for post jobs of the
For example, if a change is committed with the SHA 'deadbeef123456', openstack tenant, go to the `Zuul openstack build tab
the logs will be found at ``http://logs.openstack.org/de/deadbeef123456``. <http://zuul.opendev.org/t/openstack/builds?pipeline=post>`_ .
.. Note:: In many cases (particularly for higher-churn projects)
the commit will be accompanied by a merge commit to stitch it into
the branch and it's that merge commit which is the subject of post
pipeline jobs. In that situation you will need to review the Git
log and use the SHA of that merge commit instead.
Peer Review Peer Review
----------- -----------