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