diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-10-14 10:16:47 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-10-14 10:18:52 +0100 |
commit | 6dce21e6d212f4680c33ffad563a56b288906518 (patch) | |
tree | 6dfb2d2107632c79fa0df873cf2d3268c58a46f4 /jjb/vswitchperf | |
parent | 1f5bf4918f6efbfb46798b17aff2923beb737470 (diff) |
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 <maryam.tahhan@intel.com>
Diffstat (limited to 'jjb/vswitchperf')
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |