diff options
Diffstat (limited to 'jjb/yardstick/yardstick.yml')
-rw-r--r-- | jjb/yardstick/yardstick.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index 4783ba1b7..d25d8513a 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -23,7 +23,7 @@ # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: master + node: ericsson-build project-type: freestyle varsetabove: '{somevar}' @@ -72,7 +72,7 @@ project-type: freestyle - node: master + node: ericsson-build logrotate: daysToKeep: 30 @@ -121,9 +121,9 @@ builders: - shell: | - pwd - find . - echo "Hello world from yardstick" + echo "Running unit tests..." + cd $WORKSPACE + ./run_tests.sh - job-template: name: 'yardstick-merge' @@ -134,7 +134,7 @@ project-type: freestyle - node: master + node: ericsson-build logrotate: daysToKeep: 30 @@ -177,6 +177,6 @@ builders: - shell: | - pwd - find . - echo "Hello world from yardstick" + echo "Running unit tests..." + cd $WORKSPACE + ./run_tests.sh |