Tie yardstick jobs to ericsson-build slave
[releng.git] / jjb / yardstick / yardstick.yml
index 0c1592f..d25d851 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