diff --git a/doc/source/contribute-cloud.rst b/doc/source/contribute-cloud.rst index 06930b4f9a..5289f0c4f2 100644 --- a/doc/source/contribute-cloud.rst +++ b/doc/source/contribute-cloud.rst @@ -6,7 +6,7 @@ Contributing Cloud Test Resources ################################# OpenStack utilizes a "project gating" system based on `Zuul -`_ to ensure that every change +`_ to ensure that every change proposed to any OpenStack project passes tests before being added to its source code repository. Each change may run several jobs which test the change in various configurations, and each job may run @@ -26,7 +26,7 @@ very appreciative of this. By visiting this page, you can see the system in action at any time: - http://status.openstack.org/zuul/ + https://zuul.openstack.org/ You'll see every job that's running currently, as well as some graphs that show activity over time. Each of those jobs is running on its diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst index 7457ee2150..8ce379739c 100644 --- a/doc/source/zuul.rst +++ b/doc/source/zuul.rst @@ -12,8 +12,7 @@ At a Glance =========== :Hosts: - * http://status.openstack.org/zuul - * http://zuul.openstack.org + * https://zuul.openstack.org * zm*.openstack.org :Puppet: * https://git.openstack.org/cgit/openstack-infra/puppet-zuul/tree/ @@ -76,7 +75,7 @@ many changes may be tested in parallel while continuing to assure that each commit is correctly tested. Zuul's current status may be viewed at -``_. +``_. Zuul's configuration is stored in :config:`zuul/layout.yaml`. Anyone may propose a change to the configuration by editing that file and @@ -110,7 +109,7 @@ Restarts Zuul restarts are disruptive, so non-emergency restarts should always be scheduled for quieter times of the day, week and cycle. To be as courteous to developers as possible, just prior to a restart the `Zuul -Status Page `_ should be checked to +Status Page `_ should be checked to see the status of the gate. If there is a series of changes nearly merged, wait until that has been completed. @@ -150,7 +149,7 @@ before the restart:: ./check.sh You may watch the `Zuul Status Page -`_ to confirm that changes are +`_ to confirm that changes are returning to the queues. Mergers diff --git a/modules/openstack_project/files/gerrit/hideci.js b/modules/openstack_project/files/gerrit/hideci.js index 1565c3db81..0c0712d653 100644 --- a/modules/openstack_project/files/gerrit/hideci.js +++ b/modules/openstack_project/files/gerrit/hideci.js @@ -28,7 +28,7 @@ var firstPartyCI = /^(Jenkins|Zuul)/; // this regex matches the pipeline markup var pipelineNameRegex = /Build \w+ \(([-\w]+) pipeline\)/; // The url to full status information on running jobs -var zuulStatusURL = 'http://status.openstack.org/zuul'; +var zuulStatusURL = 'https://zuul.openstack.org'; // The json URL to check for running jobs var zuulStatusJSON = 'https://zuul.openstack.org/status/change/'; diff --git a/modules/openstack_project/manifests/zuul_prod.pp b/modules/openstack_project/manifests/zuul_prod.pp index be70e2dae1..feb9b667d5 100644 --- a/modules/openstack_project/manifests/zuul_prod.pp +++ b/modules/openstack_project/manifests/zuul_prod.pp @@ -9,7 +9,7 @@ class openstack_project::zuul_prod( $zuul_ssh_private_key = '', $url_pattern = '', $zuul_url = '', - $status_url = 'http://status.openstack.org/zuul/', + $status_url = 'https://zuul.openstack.org/', $swift_authurl = '', $swift_auth_version = '', $swift_user = '',