zaqar/rally-jobs
Victoria Martinez de la Cruz 6eb3b57c69 Max failure percent not longer needed for Rally gate
This patch removes max_failure_percent attribute from
the rally zaqar-zaqar.yaml.

Change-Id: I550a2f7e4899415f267b313874abca7e704a5663
2015-09-18 09:15:19 -03:00
..
extra Rename rally-scenarios/ to rally-jobs/ 2014-11-24 17:47:05 +04:00
plugins Rename rally-scenarios/ to rally-jobs/ 2014-11-24 17:47:05 +04:00
README.rst Fix accurate links in README.rst 2015-09-04 22:20:09 +05:30
zaqar-zaqar.yaml Max failure percent not longer needed for Rally gate 2015-09-18 09:15:19 -03:00

Rally job related files

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

Structure:

  • zaqar-zaqar.yaml is rally task that will be run in gates
  • plugins - directory where you can add rally plugins. Almost everything in Rally is 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 path in rally tasks. Files will be in ~/.rally/extra/*

Useful links: