Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6b8bc7c
)
Make GitHub JJB verify jobs actually verify
93/5193/1
v0.3.5
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Tue, 13 Jun 2017 17:03:35 +0000
(10:03 -0700)
committer
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Tue, 13 Jun 2017 17:03:35 +0000
(10:03 -0700)
The JJB verify jobs were found to be doing merge instead of just verify.
This means that every JJB PR was actually is causing Jenkins changes.
Issue: RELENG-190
Change-Id: If7984725e0319f558738dce7735d688df2cc5092
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/lf-ci-jobs.yaml
patch
|
blob
|
history
diff --git
a/jjb/lf-ci-jobs.yaml
b/jjb/lf-ci-jobs.yaml
index
cc87260
..
24a1e15
100644
(file)
--- a/
jjb/lf-ci-jobs.yaml
+++ b/
jjb/lf-ci-jobs.yaml
@@
-244,7
+244,7
@@
concurrent: true
<<: *lf_jjb_verify_merge
# yamllint disable-line rule:key-duplicates
- <<: *lf_jjb_
merge
_builders
+ <<: *lf_jjb_
verify
_builders
#####################
# Job Configuration #