From eafcf0443d4997e3156e8d8014c34610f2401b29 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Sun, 7 Feb 2016 18:27:48 -0800 Subject: Undo switch off of Gerrit Trigger I can't keep working on this anymore today and leaving it configured for zuul overrnight is a broken concept. This moves everything back to Gerrit Trigger control. We can move jobs individually tomorrow. Change-Id: I6943708a6001acb7c5acfe6a6746d6c056813f52 Signed-off-by: Andrew Grimberg --- jjb/honeycomb/honeycomb.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'jjb/honeycomb/honeycomb.yaml') diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 0fb731c1f..12f112290 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -36,6 +36,11 @@ users: - '{ssh-credentials}' + triggers: + - gerrit-trigger-patch-submitted: + name: 'honeycomb' + branch: '{branch}' + maven: maven-name: '{mvn33}' root-pom: 'pom.xml' @@ -80,6 +85,11 @@ users: - '{ssh-credentials}' + triggers: + - gerrit-trigger-patch-merged: + name: 'honeycomb' + branch: '{branch}' + maven: maven-name: '{mvn33}' root-pom: 'pom.xml' -- cgit 1.2.3-korg