CI: Modify jjb in releng to use vsperf build script for the nightly build
[releng.git] / jjb / vswitchperf / vswitchperf.yml
index a06507a..39803aa 100644 (file)
@@ -34,7 +34,7 @@
             branch: '{branch}'
 
     triggers:
-        - timed: 'H H * * *'
+        - pollscm: '@midnight'
 
     builders:
         - shell: |
             make
             # run basic sanity test
             make sanity
+            scl enable python33 bash
+            source ~/vsperfenv/bin/activate
+            cd ../ci
+            ./build-vsperf.sh daily
 
 - job-template:
     name: 'vswitchperf-verify-{stream}'
             make
             # run basic sanity test
             make sanity
+            scl enable python33 bash
+            source ~/vsperfenv/bin/activate
+            cd ../ci
+            ./build-vsperf.sh verify
 
 - job-template:
     name: 'vswitchperf-merge-{stream}'
             cd src
             make clobber
             make
+            scl enable python33 bash
+            source ~/vsperfenv/bin/activate
+            cd ../ci
+            ./build-vsperf.sh merge