Merge pull request #41486 from neha-ojha/wip-49139-new

qa: use ubuntu_latest for perf suites and remove cosbench workloads

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Neha Ojha 2021-05-24 12:53:46 -07:00 committed by GitHub
commit ece5ed1ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 82 deletions

View File

@ -1 +0,0 @@
.qa/distros/all/ubuntu_18.04.yaml

View File

@ -0,0 +1 @@
.qa/distros/supported/ubuntu_latest.yaml

View File

@ -1,30 +0,0 @@
meta:
- desc: |
Run cosbench benchmark using cbt.
64K write workload.
overrides:
rgw:
data_pool_pg_size: 64
index_pool_pg_size: 64
tasks:
- cbt:
benchmarks:
cosbench:
obj_size: [64KB]
osd_ra: [4096]
workers: 1
containers_max: 1000
objects_max: 100
mode: [write]
template: [default]
rampup: 30
runtime: 300
rampdown: 30
containers: ["u(1,100)"]
objects: ["u(1,100)"]
ratio: [100]
cluster:
user: 'ubuntu'
osds_per_node: 1
iterations: 1

View File

@ -1 +0,0 @@
.qa/distros/all/ubuntu_18.04.yaml

View File

@ -0,0 +1 @@
.qa/distros/supported/ubuntu_latest.yaml

View File

@ -1,25 +0,0 @@
overrides:
rgw:
data_pool_pg_size: 64
index_pool_pg_size: 64
tasks:
- cbt:
benchmarks:
cosbench:
obj_size: [64KB]
osd_ra: [4096]
workers: 1
containers_max: 1000
objects_max: 100
mode: [mix]
template: [default]
rampup: 30
runtime: 300
rampdown: 30
containers: ["u(1,100)"]
objects: ["u(1,100)"]
ratio: [60]
cluster:
user: 'ubuntu'
osds_per_node: 1
iterations: 1

View File

@ -1,25 +0,0 @@
overrides:
rgw:
data_pool_pg_size: 64
index_pool_pg_size: 64
tasks:
- cbt:
benchmarks:
cosbench:
obj_size: [64KB]
osd_ra: [4096]
workers: 1
containers_max: 1000
objects_max: 100
mode: [write]
template: [default]
rampup: 30
runtime: 300
rampdown: 30
containers: ["u(1,100)"]
objects: ["u(1,100)"]
ratio: [100]
cluster:
user: 'ubuntu'
osds_per_node: 1
iterations: 1