diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-10-12 12:40:13 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-10-13 11:48:05 +0000 |
commit | 1f5bf4918f6efbfb46798b17aff2923beb737470 (patch) | |
tree | a737f2a64d45adba67a948e3efc641d32af4c033 /jjb | |
parent | 6da587c008e0e51170c5f9c4bd936b5ea8492511 (diff) |
vswitchperf: add make clobber
Add another build directive to the vswitchperf job to resolve the
failing commit gate issues.
JIRA:
Change-Id: If4c66d449ba78d6ce66a6b468575edf41b03cdbe
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 192737be2..daa8d482d 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -192,4 +192,5 @@ - shell: | pwd cd src + make clobber make |