From 3665070b8a81427acb77b4894fb6799a5845d318 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 1 Nov 2017 15:49:39 +0000 Subject: [PATCH] Replace merge-check by system-required The template merge-check has been replaced by system-required in the commit [1]. The documentation needed to be adapted accordingly. [1]: https://github.com/openstack-infra/project-config/commit/0f0d75dd89affaa0bfc19d57c31b408a786b6075 Change-Id: I35dc48fdc9c2a3810ffe8e74ada9958baa76b2af --- doc/source/drivers.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/drivers.rst b/doc/source/drivers.rst index dc06729..ec69f04 100644 --- a/doc/source/drivers.rst +++ b/doc/source/drivers.rst @@ -360,14 +360,14 @@ projects list or add your project to the list if it does not exist. You should end up with something like:: - name: openstack/ - template: - - name: merge-check + templates: + - system-required check: - gate-new--job gate: - gate-new--job -The template section applies the common ``merge-check`` jobs to the +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 @@ -446,7 +446,7 @@ change it to look like this:: - project: name: openstack/ templates: - - merge-check + - system-required - noop-jobs Also, remove any jobs and templates you have defined. These can be