Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1f5bf49
)
vswitchperf: add make clobber to all the jobs
21/2521/1
author
Maryam Tahhan
<maryam.tahhan@intel.com>
Wed, 14 Oct 2015 09:16:47 +0000
(10:16 +0100)
committer
Maryam Tahhan
<maryam.tahhan@intel.com>
Wed, 14 Oct 2015 09:18:52 +0000
(10:18 +0100)
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>
jjb/vswitchperf/vswitchperf.yml
patch
|
blob
|
history
diff --git
a/jjb/vswitchperf/vswitchperf.yml
b/jjb/vswitchperf/vswitchperf.yml
index
daa8d48
..
78988a7
100644
(file)
--- 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