diff options
Diffstat (limited to 'jjb/vswitchperf/vswitchperf.yml')
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 363423de9..233cf08bc 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -110,6 +110,8 @@ make # run basic sanity test make sanity + cd ../ci + ./build-vsperf.sh verify - job-template: name: 'vswitchperf-merge-{stream}' @@ -162,3 +164,5 @@ cd src make clobber make + cd ../ci + ./build-vsperf.sh merge |