Move patch-submitted trigger back to "triggers" 39/18039/1
authorEric Ball <eball@linuxfoundation.org>
Tue, 5 Mar 2019 20:49:47 +0000 (12:49 -0800)
committerEric Ball <eball@linuxfoundation.org>
Tue, 5 Mar 2019 20:49:47 +0000 (12:49 -0800)
This was accidentally moved into the "publishers" section in the
last change to this file.

Change-Id: Id17de74b4d333cea2f3692d431fe08f6990973ae
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/sweetcomb/sweetcomb.yaml

index 751de12..2a1f2fd 100644 (file)
@@ -80,6 +80,9 @@
       - gerrit-trigger-checkstyle:
           name: '{project}'
           branch: '{branch}'
+      - gerrit-trigger-patch-submitted:
+          name: '{project}'
+          branch: '{branch}'
 
     builders:
       - config-file-provider:
           max-failed-builds: 1
           fixed-delay: 90
 
-      - gerrit-trigger-patch-submitted:
-          name: '{project}'
-          branch: '{branch}'
-
     publishers:
       - fdio-infra-shiplogs:
           maven-version: 'mvn33-new'