From 64ed6e77f33b0654603785e4bf8a4939902e28d9 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 29 Jun 2018 14:44:40 +0000 Subject: [PATCH] Drop references to system-required template Our Zuul configuration examples no longer need to mention the system-required template since we apply it globally using a regular expression match on project names. Change-Id: I302d9e8708249a50704d6ffe317b2df653c8e618 --- doc/source/creators.rst | 1 - doc/source/drivers.rst | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index 7f4f7aa..627e793 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -1147,7 +1147,6 @@ including the following changes: - project: name: openstack/ templates: - - system-required - translation-jobs diff --git a/doc/source/drivers.rst b/doc/source/drivers.rst index dd79a7b..19a1ae6 100644 --- a/doc/source/drivers.rst +++ b/doc/source/drivers.rst @@ -360,17 +360,13 @@ projects list or add your project to the list if it does not exist. You should end up with something like:: - name: openstack/ - templates: - - system-required check: - gate-new--job gate: - gate-new--job -The template section applies the common ``system-required`` jobs to the -project (every project should use this template). Then we have -``gate-new--job`` listed in the check and gate -pipelines. This says if an event comes in for +The ``gate-new--job`` listed in the check and gate +pipelines says if an event comes in for ``openstack/`` that matches the check or gate pipeline triggers run the ``gate-new--job`` job against ``openstack/`` in the matching pipeline. @@ -453,7 +449,6 @@ change it to look like this:: - project: name: openstack/ templates: - - system-required - noop-jobs Also, remove any jobs and templates you have defined. These can be