From 8a2843490a9b43ac1c8bc05a16d922127da64a1a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 1 Nov 2017 18:16:50 +0900 Subject: [PATCH] zuul v3: Include file extension in playbook path It should not be omitted these days. [1] [1] Ia8f23bce9898cd4f387554e6787b091b63e75519 Change-Id: I2b4b4a9c3d9009cc618b7ebba666582e4cf03a08 --- doc/source/zuulv3.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/zuulv3.rst b/doc/source/zuulv3.rst index f8b0fd3..eaec651 100644 --- a/doc/source/zuulv3.rst +++ b/doc/source/zuulv3.rst @@ -385,15 +385,14 @@ repo will find its playbook in the project repo. A job with pre- or post-run playbooks must specify the path to those playbooks explicitly. The path is relative to the root of the -repository, and the filename extension (usually ``.yaml`` but ``.yml`` -is supported) should be omitted. For example: +repository. For example: .. code-block:: yaml - job: name: test-job - pre-run: playbooks/test-job-pre - post-run: playbooks/test-job-post + pre-run: playbooks/test-job-pre.yaml + post-run: playbooks/test-job-post.yaml However, the main playbook for the job may either be explicitly specified (with the ``run:`` attribute) or if that is omitted, an