From 67affcf1a9cc7617c1ff96bc3b4a289ff284415f Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 18 Oct 2017 15:19:24 -0700 Subject: [PATCH] Clarify which jobs belong in the project block Added a paragraph clarifying that OpenStack wide jobs also go in the project block in project-config. Change-Id: Ia46872793256c56747e3b6f280ad2ada6630bd52 --- doc/source/creators.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index b6641ae..dc4797d 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -593,9 +593,11 @@ order: - system-required Adding additional jobs can be done in the central repository or in -your new project's ``.zuul.yaml`` file. For more information on -addition additional jobs into your project, see -:ref:`in-repo-zuul-jobs`. +your new project's ``.zuul.yaml`` file. Official OpenStack projects should +implement the OpenStack wide jobs mentioned in the `Project Testing +Interface`_ (PTI) document. These jobs will also be listed in this project +block and not in the project's ``.zuul.yaml``. For more information on +adding additional jobs into your project, see :ref:`in-repo-zuul-jobs`. .. important:: @@ -1438,3 +1440,5 @@ the following: #. Will the repo release on pypi? Check that it https://pypi.python.org is set up correctly. + +.. _Project Testing Interface: https://governance.openstack.org/tc/reference/project-testing-interface.html