summaryrefslogtreecommitdiffstats
path: root/jjb/vswitchperf
diff options
context:
space:
mode:
authorGene Snider <eugene.snider@huawei.com>2015-03-16 14:58:28 -0700
committerGene Snider <eugene.snider@huawei.com>2015-03-16 15:13:53 -0700
commit3c7efd14134a5fd20a1d137a75a3d9175efafd29 (patch)
tree3ca83ce979534eac7733c0fbe7b5f4909be719bd /jjb/vswitchperf
parenta7b2e67efc992556769128d2be36db5175057e30 (diff)
JIRA: VSPERF-29 - Add build elements for Jenkins
This change adds 'make' and 'make sanity' targets for the src build. This is dependent on a related change in vswitchperf that adds the sanity target. Change-Id: Ie021c40d9f349eb9cbd4ff813bbb28bfbdafb2df Signed-off-by: Gene Snider <eugene.snider@huawei.com>
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