Update third party recheck syntax recommendations

Based on http://lists.openstack.org/pipermail/openstack-dev/2014-July/041238.html,
update the recommendations to ensure the global namespace is
left for official Infra usage, and per-system rechecks occur
only within a namespace for each individual system

Change-Id: I2a51d45938bc607f49714a372cdd7da574e254d8
This commit is contained in:
Bob Ball 2016-06-08 13:32:55 +01:00
parent b64b90a862
commit 4fb97f7ed4

View File

@ -40,9 +40,12 @@ Requirements
* Support recheck to request re-running a test.
* Support the following syntaxes: ``recheck``.
* Support the following syntaxes: ``recheck``, ``<system>: recheck``
* Recheck means recheck everything. A single recheck comment should
re-trigger all testing systems.
* <system>: recheck should only re-trigger this specific system.
* Any other commands the system responds to should also use the same
<system> namespace
* Publish contact information for the maintainers.