summaryrefslogtreecommitdiffstats
path: root/jjb/moon
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2016-12-01 13:04:01 -0800
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2016-12-01 13:04:01 -0800
commitcc8c74caed5b1e767f351bbb83adc53d0b3b00fd (patch)
tree7adb4845213c61ad46e16b5d084c40c3b255757b /jjb/moon
parent36578233023926d1947d3f6a936286dc77120616 (diff)
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>
Diffstat (limited to 'jjb/moon')
-rw-r--r--jjb/moon/moon.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/moon/moon.yml b/jjb/moon/moon.yml
index 55d593f85..a52cf2cd1 100644
--- a/jjb/moon/moon.yml
+++ b/jjb/moon/moon.yml
@@ -29,6 +29,7 @@
triggers:
- gerrit:
+ server-name: 'gerrit.opnfv.org'
trigger-on:
- patchset-created-event:
exclude-drafts: 'false'
@@ -53,4 +54,4 @@
- shell:
#!/bin/bash
echo "launch Moon unit tests"
- nosetest $WORKSPACE/keystone-moon/keystone/tests/moon/unit \ No newline at end of file
+ nosetest $WORKSPACE/keystone-moon/keystone/tests/moon/unit