Execute run_tests.sh in yardstick verify and merge jobs
[releng.git] / jjb / yardstick / yardstick.yml
index 4783ba1..d7a8c0d 100644 (file)
 
     builders:
         - shell: |
-            pwd
-            find .
-            echo "Hello world from yardstick"
+            echo "Running unit tests..."
+            cd $WORKSPACE
+            ./run_tests.sh
 
 - job-template:
     name: 'yardstick-merge'
 
     builders:
         - shell: |
-            pwd
-            find .
-            echo "Hello world from yardstick"
+            echo "Running unit tests..."
+            cd $WORKSPACE
+            ./run_tests.sh