Remove name from project stanza for in-tree config

This is now optional for in-tree configuration, remove it and rework the
section.

Change-Id: I837ba17307cd81b4339c2a1350692e3186146fb3
This commit is contained in:
Andreas Jaeger 2018-01-21 15:16:57 +01:00
parent 6d46c97306
commit eece5f491e
1 changed files with 2 additions and 3 deletions

View File

@ -609,15 +609,14 @@ OpenStack project.
#. Create a ``.zuul.yaml`` file in your project. This is where you will configure
your project and define its jobs.
#. In your ``.zuul.yaml``, define your project. You will need to identify your
project name, which pipelines will run jobs, and the names of the jobs
#. In your ``.zuul.yaml``, define your project. You will need to define
which pipelines will run jobs, and the names of the jobs
to run in each pipeline. Below is an example project which adds two jobs to
the ``check`` pipeline:
.. code-block:: yaml
- project:
name: openstack/<projectname>
check:
jobs:
- <projectname>-functional