neutron/rally-jobs
Andrey Kurilin 49e3b37e28 [ci][rally] make the job inherit the right parent
Rally team finally added native Zuul V3 jobs (with a bunch of separate
roles and etc) and for simplification of maintainance, it would be nice
to use them.

Change-Id: I755e776a7c24e1bcdf144d7af071a52633aeb94d
2018-05-16 17:05:43 +03:00
..
extra Switch rally job from q-* to neutron-* service names 2018-01-09 12:12:48 -08:00
plugins Switch rally trunk scenario to use new rally validators 2018-04-26 14:27:02 +02:00
README.rst Fix the link to the rally docs in README.rst 2017-09-26 21:11:03 +00:00
task-neutron.yaml [ci][rally] make the job inherit the right parent 2018-05-16 17:05:43 +03:00

Rally job related files

This directory contains rally tasks and plugins that are run by OpenStack CI.

Structure

  • plugins - directory where you can add rally plugins. Almost everything in Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic cleanup resources, ....
  • extra - all files from this directory will be copy pasted to gates, so you are able to use absolute paths in rally tasks. Files will be located in ~/.rally/extra/*
  • neutron-neutron.yaml is a task that is run in gates against OpenStack with Neutron Service deployed by DevStack