Remove Gerrit notification script 84/40884/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 27 Jun 2016 16:37:49 +0000 (12:37 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 27 Jun 2016 16:37:54 +0000 (12:37 -0400)
It seems ssh-agent is not passed to publishers so will have to rework
this code to run as a builder step in a later patch.

Change-Id: I856468e91087ce39ea24308ad864dd45c500fc85
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/include-raw-deploy-archives.sh

index 8fe112c2f961d4f5bccd64215229c8814a3dc5fb..b6a3ff96bcf4016084960583954e13d95779811d 100644 (file)
@@ -62,9 +62,3 @@ find $ARCHIVES_DIR -name "*.txt" \
                 | xargs gzip
 
 zip -r archives.zip $JOB_NAME/
-
-# Notify Gerrit where logs are located
-if [ -n "$GERRIT_PATCHSET_REVISION" ]; then
-    LOG_MESSAGE="Logs located at https://nexus.opendaylight.org/content/sites/logs/$SILO/$ARCHIVES_DIR/"
-    ssh -p 29418 git.opendaylight.org gerrit review -m "$LOG_MESSAGE" $GERRIT_PATCHSET_REVISION
-fi