Drop rally job
It has been broken for some time. Because we haven't seen any interest to fix the job, remove it to avoid wasting resources. Change-Id: I10bb5850fabcd0f8905f0c93e38e5ef6b657edb9
This commit is contained in:
parent
59ec329624
commit
488635dc61
@ -67,12 +67,6 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_envlist: integration
|
tox_envlist: integration
|
||||||
|
|
||||||
- job:
|
|
||||||
name: zaqar-rally
|
|
||||||
parent: rally-task-zaqar
|
|
||||||
vars:
|
|
||||||
rally_task: rally-jobs/zaqar-zaqar.yaml
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
queue: zaqar
|
queue: zaqar
|
||||||
templates:
|
templates:
|
||||||
@ -92,8 +86,6 @@
|
|||||||
- zaqar-grenade-mongodb
|
- zaqar-grenade-mongodb
|
||||||
- zaqar-grenade-redis
|
- zaqar-grenade-redis
|
||||||
- zaqar-grenade-swift
|
- zaqar-grenade-swift
|
||||||
- zaqar-rally:
|
|
||||||
voting: false
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- zaqar-tox-integration
|
- zaqar-tox-integration
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
=======================
|
|
||||||
Rally job related files
|
|
||||||
=======================
|
|
||||||
|
|
||||||
This directory contains rally tasks and plugins that are run by OpenStack CI.
|
|
||||||
|
|
||||||
Structure:
|
|
||||||
|
|
||||||
* zaqar-zaqar.yaml is rally task that will be run in gates
|
|
||||||
|
|
||||||
* plugins - directory where you can add rally plugins. Almost everything in
|
|
||||||
Rally is 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 path in rally tasks.
|
|
||||||
Files will be in ~/.rally/extra/*
|
|
||||||
|
|
||||||
|
|
||||||
Useful links:
|
|
||||||
|
|
||||||
* More about rally: https://rally.readthedocs.org/en/latest/
|
|
||||||
|
|
||||||
* How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html
|
|
||||||
|
|
||||||
* About plugins: https://rally.readthedocs.org/en/latest/plugins.html
|
|
||||||
|
|
||||||
* Plugin samples: https://git.openstack.org/cgit/openstack/rally/tree/samples/plugins
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
===========
|
|
||||||
Extra files
|
|
||||||
===========
|
|
||||||
|
|
||||||
All files from this directory will be copy pasted to gates, so you are able to
|
|
||||||
use absolute path in rally tasks. Files will be in ~/.rally/extra/*
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
=============
|
|
||||||
Rally plugins
|
|
||||||
=============
|
|
||||||
|
|
||||||
|
|
||||||
All *.py modules from this directory will auto loaded by Rally and all
|
|
||||||
plugins will be discoverable. There is no need in any extra configuration
|
|
||||||
and there is no difference between writing them here and in rally code base.
|
|
||||||
|
|
||||||
Note that it is better to push to Rally code base all interested and useful
|
|
||||||
benchmarks, cause that simplifies a lot life of operators.
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
version: 2
|
|
||||||
title: Task used by Zaqar CI job gate-rally-dsvm-zaqar-zaqar-ubuntu-xenial-nv
|
|
||||||
subtasks:
|
|
||||||
-
|
|
||||||
title: Zaqar create queue concurrency test
|
|
||||||
scenario:
|
|
||||||
ZaqarBasic.create_queue:
|
|
||||||
name_length: 10
|
|
||||||
runner:
|
|
||||||
rps:
|
|
||||||
times: 900
|
|
||||||
rps: 50
|
|
Loading…
x
Reference in New Issue
Block a user