summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2016-05-16 23:04:59 -0400
committerThanh Ha <thanh.ha@linuxfoundation.org>2016-05-16 23:05:01 -0400
commite4459ea2a2933e30a357974375a7cbde1573f266 (patch)
treefb18fa86ce8f206d73f58b6c78c14fdb059e5f99 /jjb/vpp
parente44de7e68c15be32c9f391265f69d99d324a8b2f (diff)
Use correct server-name Primary
Perhaps 'Default' was the name at one point and then got renamed to 'Primary' and we forgot to update the configuration. Default is not currently a valid server-name so resulted in Gerrit Trigger not watching any valid Gerrit instance for the event-stream. The current name of the Gerrit server-name is 'Primary' as defined in Jenkins > Manage Jenkins > Gerrit Trigger. Change-Id: Ic9481b53424d6fc8358131d384157779a7753fb0 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb/vpp')
-rw-r--r--jjb/vpp/vpp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 7e91ffb58..aba5a8a6a 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -124,7 +124,7 @@
triggers:
- gerrit:
- server-name: 'Default'
+ server-name: 'Primary'
trigger-on:
- comment-added-contains-event:
comment-contains-value: 'verify-images'