rally-openstack/.zuul.d
Andrey Kurilin d66486874d Keep CI up-to-date
Rally prior change - I77eba97596df4448065982956c3b6fb08c8e45db

* Fix pep8 issues. For unknown reasons, previous flake8 version did not
  argue on some too long lines and some other issues.

* Temporary disable run of VMTask scenarios in CI. It raises
  TimeoutError and blocks several jobs to be executed. Let's fix this
  issue separately.
* Re-enable rally-tox-pep8, rally-tox-cover, rally-dsvm-tox-functional,
  rally-task-basic-with-existing-users, rally-task-simple-job,
  rally-task-neutron, rally-task-nova and rally-verify-tempest jobs
* Add rally-tox-py310

Change-Id: I6a167793f1b900ff459519b593cac7c2c3e9724b
2023-05-23 15:03:41 +02:00
..
base.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
docker-jobs.yaml Fix used python versions for CI 2020-10-12 14:50:19 +03:00
rally-task-barbican.yaml Fix some CI issues 2021-11-07 16:50:42 +01: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 Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-heat.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-ironic.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-keystone-glance-swift.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-magnum.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-manila.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-mistral.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-monasca.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
rally-task-murano.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-neutron-trunk.yaml OpenDev Migration Patch 2019-04-19 19:26:34 +00:00
rally-task-neutron-with-extensions.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-neutron.yaml Update rally-task-neutron to have only ovs as mech driver 2022-07-12 10:23:39 +00:00
rally-task-nova.yaml Various improvements for rally-task-at-devstack job 2018-03-05 16:29:10 +02:00
rally-task-octavia.yaml Fix some CI issues 2021-11-07 16:50:42 +01: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 Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-task-watcher.yaml Multiple fixes for CI 2021-12-15 14:18:24 +02:00
rally-task-zaqar.yaml Multiple fixes for CI 2021-12-15 14:18:24 +02:00
rally-tox-functional.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
rally-verify-tempest.yaml Fix some CI issues 2021-11-07 16:50:42 +01:00
README.rst [trival] fix the indent of roles key 2018-08-01 07:22:29 +00:00
zuul.yaml Keep CI up-to-date 2023-05-23 15:03:41 +02: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 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.