From 15723e3fbeb3f6c36f5d638d8eade6364ff1362b Mon Sep 17 00:00:00 2001 From: Joe Talerico Date: Thu, 5 Jan 2017 13:44:26 -0500 Subject: [PATCH] Update API workload Currently we only have a rerun of 1, which could give false results. I would like to bump this to 3, and reduce the concurrency. I would even go as far as having a single concurrency. Change-Id: I68533212b0f9a9c9d82432bbfa161475bbbda764 --- .../pre-install-setup/templates/browbeat-api-ci.yaml.j2 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ansible/oooq/roles/pre-install-setup/templates/browbeat-api-ci.yaml.j2 b/ansible/oooq/roles/pre-install-setup/templates/browbeat-api-ci.yaml.j2 index 77a5694dd..616da303f 100644 --- a/ansible/oooq/roles/pre-install-setup/templates/browbeat-api-ci.yaml.j2 +++ b/ansible/oooq/roles/pre-install-setup/templates/browbeat-api-ci.yaml.j2 @@ -1,6 +1,6 @@ browbeat: results : results/ - rerun: 1 + rerun: 3 cloud_name: {{ browbeat_cloud_name }} elasticsearch: enabled: {{ elastic_enabled_template }} @@ -50,7 +50,6 @@ rally: - name: authenticate enabled: true concurrency: - - 8 - 16 - 24 times: 2500 @@ -70,7 +69,6 @@ rally: - name: neutron enabled: true concurrency: - - 4 - 8 - 12 times: 128 @@ -93,7 +91,6 @@ rally: - name: nova enabled: true concurrency: - - 4 - 8 - 12 times: 64 @@ -113,7 +110,6 @@ rally: - name: glance enabled: true concurrency: - - 4 - 8 - 12 times: 64 @@ -126,7 +122,6 @@ rally: - name: plugins enabled: true concurrency: - - 4 - 8 - 12 times: 64