928004dec3
Recently we add support for plugins in gates, so now you are able to keep rally benchmarks in your source tree. It may be usefull in cases when you would like to check/debug in gates with benchmark that doens't exist in Rally but don't want to spend whole life to get in Rally source. As well we add extra/ directory that is just copy pasted in gates. So we can use absolute path in task configs, cause this directory will be copy pasted to ~/.rally/extra. This may be super usefull if you would like to test infrastracture on scale, creating images from empty files. Change-Id: I759ee8bf7a930169afd6076ec96f8fe3a3692866
662 B
662 B
This directory contains rally benchmark scenarios to be run by OpenStack CI.
Structure: * glance.yaml is rally task that will be run in gates * plugins - directory where you can add rally plugins. So you don't need to merge benchmark in scenarios in rally to be able to run them in glance. * extra - all files from this directory will be copy pasted to gets, so you are able to use absolute path in rally tasks. Files will be in ~/.rally/extra/*
- more about rally: https://wiki.openstack.org/wiki/Rally
- how to add rally-gates: https://wiki.openstack.org/wiki/Rally/RallyGates
- how to write plugins https://rally.readthedocs.org/en/latest/plugins.html