Skip to content

Commit

Permalink
Make Rally gates more stable by moving things to unstable job
Browse files Browse the repository at this point in the history
  1) Remove SLA check from NovaServers.boot_and_delete_server[2]
  2) Move 2 more cinder benchmarks to unstable

Change-Id: I16e559af5d6fafaadbf2436f27cdb4923fed78dd
  • Loading branch information
boris-42 committed Jan 19, 2015
1 parent f882c09 commit 74b457b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 45 deletions.
42 changes: 0 additions & 42 deletions rally-jobs/rally-neutron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,48 +405,6 @@
failure_rate:
max: 0

NovaServers.boot_server_from_volume_and_delete:
-
args:
flavor:
name: "m1.tiny"
image:
name: {{image_name}}
volume_size: 1
runner:
type: "constant"
times: 2
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0


NovaServers.boot_server_from_volume:
-
args:
flavor:
name: "m1.tiny"
image:
name: {{image_name}}
volume_size: 1
runner:
type: "constant"
times: 2
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0


NovaServers.snapshot_server:
-
args:
Expand Down
3 changes: 0 additions & 3 deletions rally-jobs/rally.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,6 @@
network:
start_cidr: "100.100.0.0/24"
networks_per_tenant: 2
sla:
failure_rate:
max: 0

-
args:
Expand Down
40 changes: 40 additions & 0 deletions rally-jobs/unstable-neutron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,46 @@
failure_rate:
max: 0

NovaServers.boot_server_from_volume_and_delete:
-
args:
flavor:
name: "m1.tiny"
image:
name: {{image_name}}
volume_size: 1
runner:
type: "constant"
times: 2
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0

NovaServers.boot_server_from_volume:
-
args:
flavor:
name: "m1.tiny"
image:
name: {{image_name}}
volume_size: 1
runner:
type: "constant"
times: 2
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
sla:
failure_rate:
max: 0

CinderVolumes.create_and_attach_volume:
-
args:
Expand Down

0 comments on commit 74b457b

Please sign in to comment.