diff options
author | mbeierl <mark.beierl@dell.com> | 2017-06-08 10:48:15 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-06-08 10:51:57 -0400 |
commit | 6b50609d6ffb5e6ab81b0ad5d8c33e1a49bfd6c2 (patch) | |
tree | 5ff51070ad8bc98324e7ff0106a29e9edd602c00 /jjb/storperf | |
parent | cbc58539840703258c7e2451145222b9483b5abc (diff) |
Time of day change
Changes the time of day and default run parameters of the job so the
interns can use Pod 9 during the day, IST
Change-Id: Ifee9384925fac614d06cdc8eba2f8973692a7144
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'jjb/storperf')
-rw-r--r-- | jjb/storperf/storperf.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index bdb12e30c..be53b27b4 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -163,24 +163,26 @@ choices: - 'SSD' - 'HDD' + default: 'HDD' description: 'The type of hard disk that Cinder uses' - string: name: AGENT_COUNT description: 'The number of slave agents to start. Defaults to the cinder node count' - string: name: VOLUME_SIZE + default: '4' description: 'Size of Cinder volume (in GB)' - string: name: WORKLOADS - default: 'ws,wr,rs,rr,rw' + default: 'wr,rr,rw' description: 'Workloads to run' - string: name: BLOCK_SIZES - default: 2048,8192,16384 + default: '2048,16384' description: 'Block sizes for VM I/O operations' - string: name: QUEUE_DEPTHS - default: 1,2,4 + default: '1,4' description: 'Number of simultaneous I/O operations to keep active' - string: name: STEADY_STATE_SAMPLES @@ -199,7 +201,7 @@ - git-scm triggers: - - timed: 'H H * * *' + - timed: '0 18 * * *' builders: - shell: | |