rally-openstack/.zuul.d
Andrey Kurilin 1ee6ec5d9c Temporary make heat job non-voting
We need this to unblock our CI. The proper fix is done in the following
patch

Change-Id: I2c93a7c3bc879353a4db79d990ad6474dd538f0e
2018-07-23 10:56:20 +00:00
..
base.yaml Various improvements for rally-task-at-devstack job 2018-03-05 16:29:10 +02:00
rally-docker-check.yaml [ci] Add docker-check job 2018-04-17 16:48:53 +03:00
rally-task-basic-with-existing-users.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-cinder.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-designate.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-heat.yaml [ci] Fix murano job 2018-03-12 11:01:22 +02:00
rally-task-ironic.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-keystone-glance-swift.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-load-balancing.yaml Fix neutron with extensions job 2018-03-27 16:41:33 +00:00
rally-task-magnum.yaml [ci] Enable heat for magnum job 2018-04-06 18:25:25 +03:00
rally-task-manila.yaml Various improvements for rally-task-at-devstack job 2018-03-05 16:29:10 +02:00
rally-task-mistral.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-monasca.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-murano.yaml [ci] Fix murano job 2018-03-12 11:01:22 +02:00
rally-task-neutron-with-extensions.yaml Fix neutron with extensions job 2018-03-27 16:41:33 +00:00
rally-task-neutron.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-nova.yaml Various improvements for rally-task-at-devstack job 2018-03-05 16:29:10 +02:00
rally-task-senlin.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-simple-job.yaml [ci] Do not transmit plugins dir as cli argument 2018-04-02 15:11:10 +03:00
rally-task-telemetry.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-watcher.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-zaqar.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
README.rst Various improvements for rally-task-at-devstack job 2018-03-05 16:29:10 +02:00
zuul.yaml Temporary make heat job non-voting 2018-07-23 10:56:20 +00:00

Zuul V3 configuration

Zuul is a pipeline-oriented project gating system. It facilitates running tests and automated tasks in response to Code Review events.

See official doc for more details.

What do we have in this this dir?

Note

Do not document all files and jobs here. It will (for sure) become outdated at some point.

  • zuul.yaml - the main configuration file. It contains a list of jobs which should be launched at CI for rally-openstack project
  • base.yaml - the second by importance file. It contains basic parent jobs.
  • All other files are named as like a job for which they include definition.

Where are the actual job playbooks?

Unfortunately, Zuul defines zuul.d (as like .zuul.d) as a directory for project configuration and job definitions.

Ansible roles, tasks cannot be here, so we placed them at tests/ci/playbooks directory.