rally-openstack/rally-jobs
Boris Pavlovic feac64db9b [ci] Update nova.yml to use task v2 format
Change-Id: Ia0dcccead9cfff5a066e5b053bdd2f56c12dfee7
2017-09-11 23:07:46 -07:00
..
extra Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
plugins Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
certifcation_task_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
cinder.yaml Switch Cinder Input Task to v2 format 2017-09-05 16:53:22 -07:00
heat.yaml [ci] Update rally-heat.yml to use task v2 format 2017-09-08 23:49:37 -07:00
nova.yaml [ci] Update nova.yml to use task v2 format 2017-09-11 23:07:46 -07:00
rally_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
rally-designate.yaml [ci] Update rally-designate.yml and rally-ironic.yml to use task v2 format 2017-09-11 23:01:08 -07:00
rally-ironic.yaml [ci] Update rally-designate.yml and rally-ironic.yml to use task v2 format 2017-09-11 23:01:08 -07:00
rally-keystone-api-v2.yaml Merge "GlanceImages.create_and_update_image" 2017-04-19 19:23:18 +00:00
rally-magnum.yaml [CI] Update the magnum image name & increase timeouts 2017-09-09 00:34:14 -07:00
rally-manila-no-ss.yaml Add allow/deny access scenario to Manila 2017-07-19 17:11:06 +02:00
rally-manila.yaml Add allow/deny access scenario to Manila 2017-07-19 17:11:06 +02:00
rally-mistral.yaml Add an option to pass workflow input and parms to mistral execution 2016-11-15 12:17:28 +00:00
rally-monasca.yaml Add monasca benchmark in plugin - Part 0: metrics 2016-07-31 00:38:18 +03:00
rally-mos.yaml Fix Glance v1 update call 2017-08-29 11:13:31 +00:00
rally-murano.yaml 'File exists' validator and Utils class for validators 2017-07-03 23:55:13 +00:00
rally-neutron-existing-users.yaml Make task format v2 more user-friendly 2017-08-29 17:09:54 +03:00
rally-neutron-extensions.yaml Reduce load in gates in long running jobs 2017-07-23 03:06:43 -07:00
rally-neutron.yaml Add neutron.CreateAndDeleteSecurityGroupRule scenario 2017-08-13 22:49:43 -04:00
rally-senlin.yaml [CI] Move to v2 format: senlin, watcher, zaqar 2017-09-05 16:20:50 -07:00
rally-watcher.yaml [CI] Move to v2 format: senlin, watcher, zaqar 2017-09-05 16:20:50 -07:00
rally-zaqar.yaml [CI] Move to v2 format: senlin, watcher, zaqar 2017-09-05 16:20:50 -07:00
rally.yaml Fix listing images in Glance V2 2017-09-11 21:00:29 +03:00
README.rst Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
self-rally.yaml Make self-rally more stable 2017-09-06 20:16:10 +00:00
telemetry-neutron.yaml Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00: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.