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
This commit is contained in:
parent
4c5a65473e
commit
16901e8472
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user