Time of day change 29/35929/2
authormbeierl <mark.beierl@dell.com>
Thu, 8 Jun 2017 14:48:15 +0000 (10:48 -0400)
committermbeierl <mark.beierl@dell.com>
Thu, 8 Jun 2017 14:51:57 +0000 (10:51 -0400)
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>
jjb/storperf/storperf.yml

index bdb12e3..be53b27 100644 (file)
             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
         - git-scm
 
     triggers:
-        - timed: 'H H * * *'
+        - timed: '0 18 * * *'
 
     builders:
         - shell: |