From: Thanh Ha Date: Mon, 27 Jun 2016 16:37:49 +0000 (-0400) Subject: Remove Gerrit notification script X-Git-Tag: v0.0.6~25 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=49e7373c82f42ec77c0a1f4b448f450b4709bea5;p=releng%2Flftools.git Remove Gerrit notification script 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 --- diff --git a/include-raw-deploy-archives.sh b/include-raw-deploy-archives.sh index 8fe112c2..b6a3ff96 100644 --- a/include-raw-deploy-archives.sh +++ b/include-raw-deploy-archives.sh @@ -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