Boris Pavlovic 51ce9c3fda Make Cinder Job more stable (part 2)
Because Nova has delayed resouce claimed mechansim it may occure such situation
that Nova thinks that we don't have enough space to execute this test case.
It depends on the order and magic, so let's make it OK if it fails 1 from 2 times

Change-Id: I2425a6ffc9f08d0d4570f8dbdf480cce7d26256b
2017-09-27 13:24:51 -07:00
..
2017-08-29 11:13:31 +00:00
2017-09-11 21:00:29 +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. Task contexts, scenarios, SLAs, Hooks, 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/*
  • rally.yaml is a task that is run in gates against OpenStack (nova network)
  • rally-neutron.yaml is a task that is run in gates against OpenStack with Neutron Service
  • rally-designate.yaml is a task that is run in gates against OpenStack with Designate Service. It's experimental job. To trigger make a review with "check experimental" text.
  • rally-zaqar.yaml is a task that is run in gates against OpenStack with Zaqar Service. It's experimental job. To trigger make a review with "check experimental" text.