summaryrefslogtreecommitdiffstats
path: root/jjb/vswitchperf
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vswitchperf')
-rw-r--r--jjb/vswitchperf/vswitchperf.yml22
1 files changed, 10 insertions, 12 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml
index b46c855e5..4287db064 100644
--- a/jjb/vswitchperf/vswitchperf.yml
+++ b/jjb/vswitchperf/vswitchperf.yml
@@ -71,8 +71,10 @@
builders:
- shell: |
pwd
- find .
- echo "Hello world from vswitchperf {somevar} daily"
+ cd src
+ make
+ # run basic sanity test
+ make sanity
postbuilders:
- test-macro
@@ -125,8 +127,10 @@
builders:
- shell: |
pwd
- find .
- echo "verify logic goes here"
+ cd src
+ make
+ # run basic sanity test
+ make sanity
- job-template:
name: 'vswitchperf-merge'
@@ -175,11 +179,5 @@
builders:
- shell: |
pwd
- find .
- echo "merge logic goes here"
-
-
-
-
-
-
+ cd src
+ make