From e5833cabf4b3fb4d14db91f6bfaa62e8d3ec94bd Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 5 Mar 2019 12:49:47 -0800 Subject: [PATCH] Move patch-submitted trigger back to "triggers" This was accidentally moved into the "publishers" section in the last change to this file. Change-Id: Id17de74b4d333cea2f3692d431fe08f6990973ae Signed-off-by: Eric Ball --- jjb/sweetcomb/sweetcomb.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index 751de128d..2a1f2fd67 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -80,6 +80,9 @@ - gerrit-trigger-checkstyle: name: '{project}' branch: '{branch}' + - gerrit-trigger-patch-submitted: + name: '{project}' + branch: '{branch}' builders: - config-file-provider: @@ -111,10 +114,6 @@ max-failed-builds: 1 fixed-delay: 90 - - gerrit-trigger-patch-submitted: - name: '{project}' - branch: '{branch}' - publishers: - fdio-infra-shiplogs: maven-version: 'mvn33-new' -- 2.16.6