rally/rally-jobs
Andrey Kurilin c12534b05b Isolate scenario args between iterations
We have several scenarios which modifies input data. Iterations of such
scenarios are not isolated between each other.

Also, this patch returns NeutronNetworks.create_and_update_ports scenario
from unstable to regular job.

Change-Id: Ifa5d5ecd04507edb00e9befa1c7add075010258c
2016-04-14 19:18:28 +03:00
..
extra [ci] Workaround for siege workload template 2016-04-04 12:46:33 +00:00
plugins Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
cinder.yaml Add Cinder v1 test to gate 2016-02-01 08:12:47 -06:00
fuel.yaml [Fuel] scenario for add and remove node 2015-10-08 17:04:05 +03:00
heat.yaml Merge "Add heat scenarios: output-show, output-list" 2016-03-28 15:25:48 +00:00
nova.yaml Add more bindings for bounce server scenario 2016-04-08 13:13:09 +03:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Designate V2 - Add recordset scenarios 2016-02-26 15:26:20 +01:00
rally-ironic.yaml Add Ironic scenarios 2015-07-22 18:14:56 +03:00
rally-keystone-api-v2.yaml [CI]Split Rally gate scenarios for Keystone API v2.0 and v3 2016-02-04 09:48:51 +00:00
rally-manila-no-ss.yaml [Manila] Add scenario for creation and deletion of Manila shares 2015-06-17 18:16:37 +03:00
rally-manila.yaml [Manila] Add scenario for attach of security service to share network 2015-07-15 21:05:40 +00:00
rally-mistral.yaml Fix some CI task files 2015-08-21 13:59:20 +02:00
rally-mos.yaml [Bug1535948] Add Heat template validator 2016-04-06 17:40:04 +03:00
rally-murano.yaml Merge "Add new Murano scenarios" 2015-09-28 17:38:37 +00:00
rally-neutron.yaml Isolate scenario args between iterations 2016-04-14 19:18:28 +03:00
rally-zaqar.yaml Implement new random name generator for remaining scenario plugins 2015-10-21 13:38:17 -05:00
rally.yaml Allow max_avg_sla per atomic actions 2016-03-31 01:34:07 -07:00
README.rst Fix the rally gates doc link 2015-09-07 15:21:18 +05:30
sahara-clusters.yaml [CI] Download sahara image from local mirror 2016-03-24 08:34:11 -07:00
unstable-neutron.yaml Isolate scenario args between iterations 2016-04-14 19:18:28 +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/*
  • 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.