49dbdffd41
In [1], requirements.upper-constraints.txt, jsonschema library upper version was bumped to 3.0.2. To avoid CI problems like [2], we should do the same in this repo. It also removes the former multiattach support dropped in Cinder Train [3] and `sort_key&sort_dir`[4]. [1]https://review.opendev.org/#/c/680883/2/upper-constraints.txt@624 [2]https://d4b9765f6ab6e1413c28-81a8be848ef91b58aa974b4cb791a408.ssl.cf5.rackcdn.com/680427/2/check/neutron-rally-task/01b2c1c/controller/logs/devstacklog.txt.gz [3]3c1b417959
[4]a63d4d651a
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com> Co-Authored-By: Andrey Kurilin <andr.kurilin@@gmail.com> Closes-Bug: #1843282 Closes-Bug: #1844063 Change-Id: I1de3a8f3db6fdeeab6e8ffeb35c442d46d5bd183 Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
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.