Merge "IRC #openstack-ironic gerritbot CI failed messages"
This commit is contained in:
commit
98402d34e3
@ -993,6 +993,8 @@ openstack-ironic:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- comments-added
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/bifrost
|
||||
- openstack/ironic
|
||||
|
@ -35,7 +35,8 @@ def access_gerrit_check():
|
||||
|
||||
print("Basic check of gerritbot/channels.yaml")
|
||||
REQUIRED_ENTRIES = ("branches", "events", "projects")
|
||||
VALID_EVENTS = ("change-merged", "patchset-created")
|
||||
VALID_EVENTS = ("change-merged", "comments-added",
|
||||
"patchset-created", "x-vrif-minus-2")
|
||||
for channel in gerrit_config:
|
||||
for entry in REQUIRED_ENTRIES:
|
||||
if entry not in gerrit_config[channel]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user