diff options
author | Eric Ball <eball@linuxfoundation.org> | 2019-03-05 12:49:47 -0800 |
---|---|---|
committer | Eric Ball <eball@linuxfoundation.org> | 2019-03-05 12:49:47 -0800 |
commit | e5833cabf4b3fb4d14db91f6bfaa62e8d3ec94bd (patch) | |
tree | eeb4feaaf337b8b6e2bcd853661a3edef70b5432 | |
parent | 9db22a457d166a53e6e8cce9319e1ea39e853f77 (diff) |
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 <eball@linuxfoundation.org>
-rw-r--r-- | jjb/sweetcomb/sweetcomb.yaml | 7 |
1 files 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' |