9213d95603def46ebd01de90558e63bcb0660514
[openstack-build/neutron-build.git] / rally-jobs / README.rst
1 Rally job related files
2 =======================
3
4 This directory contains rally tasks and plugins that are run by OpenStack CI.
5
6 Structure
7 ---------
8
9 * plugins - directory where you can add rally plugins. Almost everything in
10   Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic
11   cleanup resources, ....
12
13 * extra - all files from this directory will be copy pasted to gates, so you
14   are able to use absolute paths in rally tasks.
15   Files will be located in ~/.rally/extra/*
16
17 * neutron-neutron.yaml is a task that is run in gates against OpenStack with
18   Neutron Service deployed by DevStack
19
20 Useful links
21 ------------
22
23 * More about Rally: https://rally.readthedocs.org/en/latest/
24
25 * Rally release notes: https://rally.readthedocs.org/en/latest/release_notes.html
26
27 * How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html
28
29 * About plugins:  https://rally.readthedocs.org/en/latest/plugins.html
30
31 * Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins