Improve Central Config Exception description

Add list of example templates that are tag based.

Fix formatting, initial whitespace renders a grey bar that is not
wanted.

Change-Id: I4c61e83370f776972977aaac431f6ac4c011fa4f
This commit is contained in:
Andreas Jaeger 2018-08-16 21:50:18 +02:00
parent d7a44a9243
commit ce09c452de
1 changed files with 11 additions and 5 deletions

View File

@ -565,11 +565,17 @@ Central Config Exceptions
There are several notable exceptions for job configs that should remain
in the central config repository:
* Translation jobs for all branches.
* Jobs that should only run against the master branch of the project
they are applied to.
* Jobs that are not "branch aware". Typically these are jobs that are
triggered by tag based events.
* Translation jobs for all branches.
* Jobs that should only run against the master branch of the project
they are applied to.
* Jobs that are not "branch aware". Typically these are jobs that are
triggered by tag based events.
As an example, the project-templates ``publish-to-pypi`` - and its
variants -, ``release-openstack-server``,
``publish-xstatic-to-pypi``, ``nodejs4-publish-to-npm``, and
``puppet-release-jobs`` include jobs that are not "branch aware"
since they are triggered by tag based events.
.. _add-to-governance-repo: