From: Maryam Tahhan Date: Wed, 14 Oct 2015 09:16:47 +0000 (+0100) Subject: vswitchperf: add make clobber to all the jobs X-Git-Tag: test-tag~264 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F2521%2F1;p=releng.git 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 --- 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