Nate Johnston <nate.johnston@redhat.com> writes:
On Tue, Aug 27, 2019 at 09:23:56AM -0700, Clark Boylan wrote:
On Tue, Aug 27, 2019, at 9:19 AM, Nate Johnston wrote:
On Thu, Aug 15, 2019 at 10:04:53AM -0700, James E. Blair wrote:
Hi,
We have made the switch to begin storing all of the build logs from Zuul in Swift.
Each build's logs will be stored in one of 7 randomly chosen Swift regions in Fort Nebula, OVH, Rackspace, and Vexxhost. Thanks to those providers!
You'll note that the links in Gerrit to the Zuul jobs now go to a page on the Zuul web app. A lot of the features previously available on the log server are now available there, plus some new ones.
If you're looking for a link to a docs preview build, you'll find that on the build page under the "Artifacts" section now.
If you're curious about where your logs ended up, you can see the Swift hostname under the "logs_url" row in the summary table.
Please let us know if you have any questions or encounter any issues, either here, or in #openstack-infra on IRC.
Where should I go to see the logs for periodic jobs? I assume these have been transferred over, since (for example) the neutron periodic jobs stopped logging their daily runs after 8/15, except for one time on 8/24.
You can use the builds tab in the dashboard to query for previous builds including those of periodic jobs. For example http://zuul.openstack.org/builds?pipeline=periodic-stable&project=openstack%2Fneutron will get you the periodic stable jobs for neutron.
We also just added the buildsets search page, where you can perform a similar search and see entire buildsets -- click the result link to go to a page that shows you all the builds in the buildset: http://zuul.openstack.org/buildsets?project=openstack%2Fneutron&pipeline=periodic -Jim