
This was already changed in elastic-recheck in [0], so let's also use this in our running config. [0] https://review.openstack.org/330684 Change-Id: If9911f1ad2fa45afd6cfde1216f6178e87891028
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
channels:
|
|
openstack-neutron:
|
|
projects:
|
|
# elastic-recheck doesn't allow to limit reports to patches from a specific repo,
|
|
# so let's at least scope to bugs that neutron team acknowledged ownership for
|
|
# in Launchpad
|
|
- neutron
|
|
events:
|
|
# to limit reports to failures that belong to bugs owned by neutron team;
|
|
# we may revisit it once elastic-recheck learns how to limit the scope of reports
|
|
# to particular repositories
|
|
- positive
|
|
openstack-qa:
|
|
projects:
|
|
- all
|
|
events:
|
|
- positive
|
|
- negative
|
|
|
|
messages:
|
|
# | means don't fold newlines, > means do
|
|
found_bug: |
|
|
I noticed Zuul failed, I think you hit bug(s):
|
|
|
|
%(bugs)s
|
|
footer: >-
|
|
For more details on this and other bugs, please see
|
|
http://status.openstack.org/elastic-recheck/
|
|
recheck_instructions: >-
|
|
If you believe we've correctly identified the failure, feel free to leave a 'recheck'
|
|
comment to run the tests again.
|
|
unrecognized: >-
|
|
Some of the tests failed in a way that we did not understand. Please help
|
|
us classify these issues so that they can be part of Elastic Recheck
|
|
http://status.openstack.org/elastic-recheck/
|
|
no_bugs_found: >-
|
|
I noticed Zuul failed, refer to:
|
|
https://docs.openstack.org/infra/manual/developers.html#automated-testing
|