From 6dce21e6d212f4680c33ffad563a56b288906518 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Wed, 14 Oct 2015 10:16:47 +0100 Subject: vswitchperf: add make clobber to all the jobs Add another build directive to the vswitchperf jobs to resolve the failing commit gate issues. JIRA: Change-Id: I61770fca6f9f85593b02f33d1583645e6a990363 Signed-off-by: Maryam Tahhan --- jjb/vswitchperf/vswitchperf.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/vswitchperf') diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index daa8d482d..78988a76f 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -76,6 +76,7 @@ - shell: | pwd cd src + make clobber make # run basic sanity test make sanity @@ -136,6 +137,7 @@ - shell: | pwd cd src + make clobber make # run basic sanity test make sanity -- cgit 1.2.3-korg