zuul v3: Include file extension in playbook path

It should not be omitted these days. [1]

[1] Ia8f23bce9898cd4f387554e6787b091b63e75519

Change-Id: I2b4b4a9c3d9009cc618b7ebba666582e4cf03a08
This commit is contained in:
YAMAMOTO Takashi 2017-11-01 18:16:50 +09:00
parent e60f8b436e
commit 8a2843490a
1 changed files with 3 additions and 4 deletions

View File

@ -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