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:
92449c2
)
Fix: Skip vote for jjb-deploy also when successful
10/67910/2
author
Vratko Polak
<vrpolak@cisco.com>
Tue, 8 Jun 2021 15:16:48 +0000
(17:16 +0200)
committer
Vratko Polak
<vrpolak@cisco.com>
Tue, 8 Jun 2021 15:16:48 +0000
(17:16 +0200)
The previous code used "success" instead of "successful".
Fixes:
bfe91be03d516a56adb74abd1e16c50b86c27c6e
Change-Id: If73f2f2756c10d0a7230ad1214e8ea3c86b1b114
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/lf-ci-jobs.yaml
patch
|
blob
|
history
diff --git
a/jjb/lf-ci-jobs.yaml
b/jjb/lf-ci-jobs.yaml
index
0ae94d8
..
6aa84fd
100644
(file)
--- a/
jjb/lf-ci-jobs.yaml
+++ b/
jjb/lf-ci-jobs.yaml
@@
-670,7
+670,7
@@
- branch-compare-type: ANT
branch-pattern: "**"
skip-vote:
- success: true
+ success
ful
: true
failed: true
unstable: true
notbuilt: true