Disable CI Email Notifications for Gerrit Reviews 09/14209/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 16 May 2016 18:05:08 +0000 (11:05 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 16 May 2016 18:05:08 +0000 (11:05 -0700)
Change-Id: Ic5bfb547902dafc9243f0a5d4550f1f9b6085221
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng-macros.yaml

index 7fb4d65..d7f9be1 100644 (file)
                 ssh -p 29418 gerrit.opnfv.org \
                     "gerrit review -p $GERRIT_PROJECT \
                      -m '$(cat gerrit_comment.txt)' \
-                     $GERRIT_PATCHSET_REVISION"
+                     $GERRIT_PATCHSET_REVISION \
+                     --notify NONE"
             fi
 
 - builder:
                 ssh -p 29418 gerrit.opnfv.org \
                     "gerrit review -p $GERRIT_PROJECT \
                      -m \"$(cat lint.log)\" \
-                     $GERRIT_PATCHSET_REVISION"
+                     $GERRIT_PATCHSET_REVISION \
+                     --notify NONE"
             fi
 
 - builder: