From 80843372908e98efdb181e1290d837bbda0ac0d7 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Sat, 27 Jul 2013 00:17:57 +0300 Subject: [PATCH] Added GERRIT_SILENT_MODE to confguration This variable is used in job_submitobs. It must be set to 1 for sync Jenkins instances, where reporting back to Gerrit should be disabled. Change-Id: I8fface6e1cb7dc5fdfcf7e3e6484affbcca2fd0a Signed-off-by: Ed Bartosh --- jobs/configuration | 1 + 1 file changed, 1 insertion(+) diff --git a/jobs/configuration b/jobs/configuration index 5ed5d23..8708e23 100644 --- a/jobs/configuration +++ b/jobs/configuration @@ -8,6 +8,7 @@ OBS_API_PASSWD= GERRIT_USERNAME=tizenrobot GERRIT_HOSTNAME=tz.otcshare.org GERRIT_SSHPORT=29418 +GERRIT_SILENT_MODE=0 # Redis server REDIS_HOST= -- 2.7.4