Make unstable-neutron job more stable

We are trying to use to much volume space. As we are using random()
it's different every time.

So reduce just arguments

Change-Id: I3599e608d1a24872e9930fcb61891b6f5e94100b
This commit is contained in:
Boris Pavlovic 2015-02-10 05:18:18 +03:00
parent fb4058f7cf
commit 92f52458cf

View File

@ -94,7 +94,7 @@
volume_type: false
size:
min: 1
max: 2
max: 1
runner:
type: "constant"
times: 3
@ -117,7 +117,7 @@
volume_type: true
size:
min: 1
max: 2
max: 1
runner:
type: "constant"
times: 3
@ -142,7 +142,7 @@
args:
size:
min: 1
max: 2
max: 1
nested_level:
min: 2
max: 2