From 4fb97f7ed44272fdde51cd373dd465314ed913ed Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Wed, 8 Jun 2016 13:32:55 +0100 Subject: [PATCH] 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 --- doc/source/third_party.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/third_party.rst b/doc/source/third_party.rst index d650ea11b6..92601dd6d2 100644 --- a/doc/source/third_party.rst +++ b/doc/source/third_party.rst @@ -40,9 +40,12 @@ Requirements * Support recheck to request re-running a test. - * Support the following syntaxes: ``recheck``. + * Support the following syntaxes: ``recheck``, ``: recheck`` * Recheck means recheck everything. A single recheck comment should re-trigger all testing systems. + * : recheck should only re-trigger this specific system. + * Any other commands the system responds to should also use the same + namespace * Publish contact information for the maintainers.