Add information for checking status of other job results

The Opensearch is storing most part of the Zuul CI job results
log files that can be useful for developers.

Change-Id: I3c79cdb7132c60595fe3fa5a46ec1c778db1d34e
This commit is contained in:
Daniel Pawlik 2022-04-20 08:19:45 +02:00
parent b6b26faefe
commit 9434b08999
1 changed files with 17 additions and 0 deletions

View File

@ -181,6 +181,23 @@ This is more art than science, but here are some ideas:
- Looking at the timestamps of test failures can also help locate
relevant lines in the service logs.
Checking status of other job results
------------------------------------
Each Zuul CI job results is sent to the Opensearch service.
This service can be very useful specially when the Zuul job status
is Failure. Checking whether a given error has not occured in another
project or it has not appeared regularly recently will allow
for faster problem recognition or notification of the OpenStack community
about the problem.
To check the Opensearch service, you need to login with credentials that are
described below:
* url: https://opensearch.logs.openstack.org/_dashboards/app/discover?security_tenant=global
* username: `openstack`
* password: `openstack`
* tenant: `global`
Automatic Test Failure Identification
=====================================