convert to two level recheckwatchbot.yaml
As of I7353af4c3f141d4bd617d6fd388d7957e0586ba8 we'll introduce the ability to have a 2 layer config which includes the messages that we'll send back to the user on gerrit outside of the elastic-recheck code base. This makes it easier to make changes to the UX consistent with what we want to change with the rest of the config. Change-Id: I9208123a4cb3be02c272cd8a6eba460f4130a960 Depends-On: I7353af4c3f141d4bd617d6fd388d7957e0586ba8
This commit is contained in:
parent
fb1403c4f0
commit
ba18b3c047
@ -1,6 +1,27 @@
|
|||||||
openstack-qa:
|
channels:
|
||||||
|
openstack-qa:
|
||||||
projects:
|
projects:
|
||||||
- all
|
- all
|
||||||
events:
|
events:
|
||||||
- positive
|
- positive
|
||||||
- negative
|
- negative
|
||||||
|
|
||||||
|
messages:
|
||||||
|
# | means don't fold newlines, > means do
|
||||||
|
found_bug: |
|
||||||
|
I noticed jenkins 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 jenkins failed, refer to:
|
||||||
|
https://wiki.openstack.org/wiki/GerritJenkinsGithub#Test_Failures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user