Update playbook paths with extension

These playbook paths were missing ".yaml" extentions which fails when
implied matching goes away (Ie2519f2b4144761b8e4d17ec3299cf4238e16f08).

Change-Id: Iff04d894fffdcec0a0861d2460635b4c44a15ae4
This commit is contained in:
Ian Wienand 2017-12-05 14:16:32 +11:00
parent 5ede2fa3df
commit 548c43c265
8 changed files with 19 additions and 19 deletions

View File

@ -129,10 +129,10 @@
parent: base-urls
name: hello
run: playbooks/hello-post.yaml
post-run: playbooks/hello-post
post-run: playbooks/hello-post.yaml
- job:
parent: python27
name: failpost
run: playbooks/post-broken.yaml
post-run: playbooks/post-broken
post-run: playbooks/post-broken.yaml

View File

@ -34,10 +34,10 @@
- job:
name: base
parent: null
pre-run: playbooks/base/pre
pre-run: playbooks/base/pre.yaml
post-run:
- playbooks/base/post-ssh
- playbooks/base/post-logs
- playbooks/base/post-ssh.yaml
- playbooks/base/post-logs.yaml
- project:
name: project-config

View File

@ -1,16 +1,16 @@
- job:
name: puppet-base
pre-run: playbooks/prepare-node-common
pre-run: playbooks/prepare-node-common.yaml
- job:
name: puppet-module-base
parent: puppet-base
pre-run: playbooks/prepare-node-unit
pre-run: playbooks/prepare-node-unit.yaml
- job:
name: puppet-lint
parent: puppet-module-base
run: playbooks/run-lint
run: playbooks/run-lint.yaml
tags:
- master

View File

@ -1,16 +1,16 @@
- job:
name: puppet-base
pre-run: playbooks/prepare-node-common
pre-run: playbooks/prepare-node-common.yaml
- job:
name: puppet-module-base
parent: puppet-base
pre-run: playbooks/prepare-node-unit
pre-run: playbooks/prepare-node-unit.yaml
- job:
name: puppet-lint
parent: puppet-module-base
run: playbooks/run-lint
run: playbooks/run-lint.yaml
tags:
- stable

View File

@ -23,8 +23,8 @@
- job:
name: job-output-failure
run: playbooks/job-output
post-run: playbooks/job-output-failure-post
run: playbooks/job-output.yaml
post-run: playbooks/job-output-failure-post.yaml
- project:
name: org/project

View File

@ -18,8 +18,8 @@
- job:
name: python27
pre-run: playbooks/pre
post-run: playbooks/post
pre-run: playbooks/pre.yaml
post-run: playbooks/post.yaml
vars:
waitpath: '{{zuul._test.test_root}}/{{zuul.build}}/test_wait'
run: playbooks/python27.yaml

View File

@ -18,6 +18,6 @@
- job:
name: python27
pre-run: playbooks/pre
post-run: playbooks/post
pre-run: playbooks/pre.yaml
post-run: playbooks/post.yaml
run: playbooks/python27.yaml

View File

@ -1935,8 +1935,8 @@ class TestRoles(RoleTestCase):
name: parent
roles:
- zuul: bare-role
pre-run: playbooks/parent-pre
post-run: playbooks/parent-post
pre-run: playbooks/parent-pre.yaml
post-run: playbooks/parent-post.yaml
- job:
name: project-test