Merge "Update Zuul Status Page to correct URL"
This commit is contained in:
commit
4762cf78c2
@ -6,7 +6,7 @@ Contributing Cloud Test Resources
|
||||
#################################
|
||||
|
||||
OpenStack utilizes a "project gating" system based on `Zuul
|
||||
<http://docs.openstack.org/infra/zuul/>`_ to ensure that every change
|
||||
<https://docs.openstack.org/infra/zuul/>`_ 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
|
||||
|
@ -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
|
||||
`<http://status.openstack.org/zuul/>`_.
|
||||
`<https://zuul.openstack.org/>`_.
|
||||
|
||||
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 <http://status.openstack.org/zuul/>`_ should be checked to
|
||||
Status Page <https://zuul.openstack.org/>`_ 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
|
||||
<http://status.openstack.org/zuul/>`_ to confirm that changes are
|
||||
<https://zuul.openstack.org/>`_ to confirm that changes are
|
||||
returning to the queues.
|
||||
|
||||
Mergers
|
||||
|
@ -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/';
|
||||
|
||||
|
@ -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 = '',
|
||||
|
Loading…
Reference in New Issue
Block a user