rally-openstack/rally-jobs
Andrey Kurilin d66486874d Keep CI up-to-date
Rally prior change - I77eba97596df4448065982956c3b6fb08c8e45db

* Fix pep8 issues. For unknown reasons, previous flake8 version did not
  argue on some too long lines and some other issues.

* Temporary disable run of VMTask scenarios in CI. It raises
  TimeoutError and blocks several jobs to be executed. Let's fix this
  issue separately.
* Re-enable rally-tox-pep8, rally-tox-cover, rally-dsvm-tox-functional,
  rally-task-basic-with-existing-users, rally-task-simple-job,
  rally-task-neutron, rally-task-nova and rally-verify-tempest jobs
* Add rally-tox-py310

Change-Id: I6a167793f1b900ff459519b593cac7c2c3e9724b
2023-05-23 15:03:41 +02:00
..
extra Multiple fixes for CI 2021-12-15 14:18:24 +02:00
plugins Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
README.rst Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
barbican.yaml Add barbican scenarios for orders 2019-08-05 13:56:36 +03:00
basic-with-existing-users.yaml Keep CI up-to-date 2023-05-23 15:03:41 +02:00
certifcation_task_args.yaml Bump default Cirros version 2022-08-05 13:40:51 +00:00
cinder.yaml Use Block Storage API v3 2021-06-30 17:58:42 +00:00
designate.yaml Designate plugin fixes 2020-08-06 12:19:52 +00:00
heat.yaml [ci] Update rally-heat.yml to use task v2 format 2017-09-08 23:49:37 -07:00
ironic.yaml [ci] Use proper driver for ironic job 2018-06-18 18:09:56 +03:00
keystone-glance-swift.yaml Multiple fixes for CI 2021-12-15 14:18:24 +02:00
magnum.yaml [ci] Enable heat for magnum job 2018-04-06 18:25:25 +03:00
manila-no-ss.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
manila.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
mistral.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
monasca.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
murano.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
neutron-trunk.yaml Add more trunk scenarios 2019-02-06 10:18:45 -05:00
neutron-with-extensions.yaml Fix rally-task-neutron-with-extensions job 2018-07-25 20:21:31 +08:00
neutron.yaml Keep CI up-to-date 2023-05-23 15:03:41 +02:00
nova.yaml Add new boot_server_attach_created_volume_and_extend test 2022-08-24 11:34:15 +02:00
octavia.yaml Octaiva Load Balancing CI 2019-07-02 16:56:40 +00:00
rally_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
self-rally.yaml Port hooks to the new format 2017-10-05 23:01:06 +00:00
senlin.yaml Multiple fixes for CI 2021-12-15 14:18:24 +02:00
simple-job.yaml [ci] Do not transmit plugins dir as cli argument 2018-04-02 15:11:10 +03:00
telemetry.yaml Fix duplicate entry in rally-jobs/telemetry.yaml 2018-04-25 15:18:02 +03:00
watcher.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
zaqar.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00

README.rst

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.