From eece5f491ee4d43fb4318274701a3981d2e92f18 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 21 Jan 2018 15:16:57 +0100 Subject: [PATCH] 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 --- doc/source/zuulv3.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/zuulv3.rst b/doc/source/zuulv3.rst index 38eab70..67e7dbf 100644 --- a/doc/source/zuulv3.rst +++ b/doc/source/zuulv3.rst @@ -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/ check: jobs: - -functional