From: Vratko Polak Date: Tue, 8 Jun 2021 15:16:48 +0000 (+0200) Subject: Fix: Skip vote for jjb-deploy also when successful X-Git-Tag: v0.65.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F67910%2F2;p=releng%2Fglobal-jjb.git Fix: Skip vote for jjb-deploy also when successful The previous code used "success" instead of "successful". Fixes: bfe91be03d516a56adb74abd1e16c50b86c27c6e Change-Id: If73f2f2756c10d0a7230ad1214e8ea3c86b1b114 Signed-off-by: Vratko Polak --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 0ae94d8b..6aa84fd1 100644 --- 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 + successful: true failed: true unstable: true notbuilt: true