From 16901e8472a70663e794d49525a475bef3b181cb Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Sat, 5 Nov 2016 15:00:19 -0600 Subject: [PATCH] Reduce rally executions of create_and_list_ports The previous configuration of the task was taking up to a half hour to run. Between this task and the others, it was eating up all of our gate time, leaving no room to add new jobs. This reduces it 5 times in the number of runs, from 40 to 8. This still gives us a reasonable number to get an average from, especially since each run creates 100 ports. Change-Id: I0955e44df1a9e072c58fdacc337121b8621132df --- rally-jobs/neutron-neutron.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rally-jobs/neutron-neutron.yaml b/rally-jobs/neutron-neutron.yaml index cb81620a5d9..2e34e62c622 100644 --- a/rally-jobs/neutron-neutron.yaml +++ b/rally-jobs/neutron-neutron.yaml @@ -76,7 +76,7 @@ ports_per_network: 100 runner: type: "constant" - times: 40 + times: 8 concurrency: 4 context: users: @@ -89,7 +89,7 @@ router: -1 # ((ports per net + 1 dhcp) * times) + (concurrency-1) # see bug/1623390 for concurrency explanation - port: 4059 + port: 811 sla: max_avg_duration_per_atomic: neutron.list_ports: 15 # reduce as perf is fixed