d66486874d
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 |
||
---|---|---|
.. | ||
base.yaml | ||
docker-jobs.yaml | ||
rally-task-barbican.yaml | ||
rally-task-basic-with-existing-users.yaml | ||
rally-task-cinder.yaml | ||
rally-task-designate.yaml | ||
rally-task-heat.yaml | ||
rally-task-ironic.yaml | ||
rally-task-keystone-glance-swift.yaml | ||
rally-task-magnum.yaml | ||
rally-task-manila.yaml | ||
rally-task-mistral.yaml | ||
rally-task-monasca.yaml | ||
rally-task-murano.yaml | ||
rally-task-neutron-trunk.yaml | ||
rally-task-neutron-with-extensions.yaml | ||
rally-task-neutron.yaml | ||
rally-task-nova.yaml | ||
rally-task-octavia.yaml | ||
rally-task-senlin.yaml | ||
rally-task-simple-job.yaml | ||
rally-task-telemetry.yaml | ||
rally-task-watcher.yaml | ||
rally-task-zaqar.yaml | ||
rally-tox-functional.yaml | ||
rally-verify-tempest.yaml | ||
README.rst | ||
zuul.yaml |
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.