rally-openstack/rally-jobs
Igor Degtiarov 47b60c4f62 Add batching for samples creation in context
Performance Ceilometer scenarios required a great amount of data, that means
that if something happens during samples are storing the test fails.
Batching improves it. Storing with batching has the same rate as if whole
sample list is stored, but choosing batch size not greater then 1% of all
samples makes it losing not critical for the test.

Change-Id: I96cfbdb6f0f8c20363b4be11cac488f6459f81e2
2015-12-03 17:59:01 +02:00
..
extra workload: fix and rename benchmark script 2015-10-05 15:23:52 +03:00
plugins Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
cinder.yaml Add wrapper to support different API versions 2015-11-05 17:00:57 +02:00
heat.yaml Fix some CI task files 2015-08-21 13:59:20 +02:00
nova.yaml Fix floating ip setting name in samples 2015-11-20 09:58:56 +11:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Adds Designate server-list scenario 2015-02-27 04:05:41 +00:00
rally-ironic.yaml Add Ironic scenarios 2015-07-22 18:14:56 +03: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 [CI] Join together mos and mos_neutron files 2015-11-24 22:47:16 +02:00
rally-murano.yaml Merge "Add new Murano scenarios" 2015-09-28 17:38:37 +00:00
rally-neutron.yaml Add Neutron Security Groups scenarios 2015-10-27 13:40:12 +05:30
rally-zaqar.yaml Implement new random name generator for remaining scenario plugins 2015-10-21 13:38:17 -05:00
rally.yaml Add batching for samples creation in context 2015-12-03 17:59:01 +02:00
README.rst Fix the rally gates doc link 2015-09-07 15:21:18 +05:30

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.