From 7b96c527d97be4fa7e8658632abd6d379fcf631d Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Fri, 6 Jul 2012 16:10:59 +0100 Subject: [PATCH] Fix gerritbot projects heat is in heat-api/heat Verify trigger is for -2 in the code, not -1 Heat's repo is in heat-api instead of stackforge, so Gerritbot needs to monitor that Change-Id: I0526a32489c9af67198fcebeebdf3271c5751c49 --- modules/gerrit/files/gerritbot_channel_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/gerrit/files/gerritbot_channel_config.yaml b/modules/gerrit/files/gerritbot_channel_config.yaml index 7f527305fb..282c5e3302 100644 --- a/modules/gerrit/files/gerritbot_channel_config.yaml +++ b/modules/gerrit/files/gerritbot_channel_config.yaml @@ -2,7 +2,7 @@ openstack-infra: events: - patchset-created - change-merged - - x-vrif-minus-1 + - x-vrif-minus-2 projects: - openstack/openstack-ci-puppet - openstack-ci/git-review @@ -13,7 +13,7 @@ openstack-infra: openstack-dev: events: - change-merged - - x-vrif-minus-1 + - x-vrif-minus-2 projects: - openstack/cinder - openstack/glance @@ -37,9 +37,9 @@ stackforge-dev: events: - patchset-created - change-merged - - x-vrif-minus-1 + - x-vrif-minus-2 projects: - stackforge/ceilometer - - stackforge/heat + - heat-api/heat branches: - master