From cc8c74caed5b1e767f351bbb83adc53d0b3b00fd Mon Sep 17 00:00:00 2001
From: Trevor Bramwell <tbramwell@linuxfoundation.org>
Date: Thu, 1 Dec 2016 13:04:01 -0800
Subject: Restrict Gerrit Triggers to OPNFV Gerrit Server

With the addition of ODL and OpenStack Gerrit servers, it's important we
don't generate additional noise by accidentally building against these
Gerrit servers when we don't intend to.

JIRA: RELENG-179

Change-Id: Ia163c6c3eaa58e8e21dc6548a839062fcbde39ed
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
---
 jjb/domino/domino.yml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'jjb/domino')

diff --git a/jjb/domino/domino.yml b/jjb/domino/domino.yml
index 7cee98448..d34f8fadf 100644
--- a/jjb/domino/domino.yml
+++ b/jjb/domino/domino.yml
@@ -36,6 +36,7 @@
 
     triggers:
         - gerrit:
+            server-name: 'gerrit.opnfv.org'
             trigger-on:
                 - patchset-created-event:
                     exclude-drafts: 'false'
-- 
cgit