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]: 0f0d75dd89

Change-Id: I35dc48fdc9c2a3810ffe8e74ada9958baa76b2af
This commit is contained in:
Jean-Philippe Evrard 2017-11-01 15:49:39 +00:00 committed by Jean-Philippe Evrard
parent e60f8b436e
commit 3665070b8a
1 changed files with 4 additions and 4 deletions

View File

@ -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/<projectname>
template:
- name: merge-check
templates:
- system-required
check:
- gate-new-<projectname>-job
gate:
- gate-new-<projectname>-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-<projectname>-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/<projectname>
templates:
- merge-check
- system-required
- noop-jobs
Also, remove any jobs and templates you have defined. These can be