Comment 4 for bug 1020987

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ci-puppet (master)

Reviewed: https://review.openstack.org/9398
Committed: http://github.com/openstack/openstack-ci-puppet/commit/bc2448199a8e883725c60d16fa72ccfb92a02543
Submitter: Jenkins
Branch: master

commit bc2448199a8e883725c60d16fa72ccfb92a02543
Author: Clark Boylan <email address hidden>
Date: Thu Jul 5 11:54:19 2012 -0700

    Allow GerritBot to talk on multiple channels.

    Fixes bug #1020987

    Update GerritBot with the ability to talk on multiple channels. This
    way a single GerritBot instance can operate in multiple channels for
    multiple projects. To make this work this change introduces a new
    channel configuration file (yaml) for GerritBot that specifies each
    channel that GerritBot should join and the changes that channel is
    interested in.

    The config should look something like:
    channel-foo:
        events:
          - patchset-created
          - change-merged
        projects:
          - test/bar
          - test/foo
        branches:
          - master

    Change-Id: I8e278f9be5182611981a3d912cc323bd3d386fc5