Andrey Kurilin f13406795a Add regular pushes to dockerhub
+ add docker readme
+ add ci job

Depends-On: https://review.opendev.org/#/c/720474
Change-Id: Iee3463cb65750ef62bc2c5d42dbe0d03c3a4d3d6
2020-04-17 15:36:18 +03:00
..
2019-04-19 19:26:34 +00:00
2020-04-15 21:20:04 +03:00
2019-04-19 19:26:34 +00:00
2019-04-19 19:26:34 +00:00
2019-04-19 19:26:34 +00:00
2019-04-19 19:26:34 +00:00
2019-04-19 19:26:34 +00:00
2019-05-16 10:28:01 -07:00
2020-04-17 15:36:18 +03: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.