Merge "Zuul: add file extension to playbook path"

This commit is contained in:
Zuul 2017-11-02 10:41:48 +00:00 committed by Gerrit Code Review
commit 064bcac3dd
1 changed files with 18 additions and 18 deletions

View File

@ -1,8 +1,8 @@
- job:
name: bifrost-integration-dhcp
parent: legacy-base
run: playbooks/legacy/bifrost-integration-dhcp/run
post-run: playbooks/legacy/bifrost-integration-dhcp/post
run: playbooks/legacy/bifrost-integration-dhcp/run.yaml
post-run: playbooks/legacy/bifrost-integration-dhcp/post.yaml
timeout: 7200
required-projects:
- openstack/bifrost
@ -17,8 +17,8 @@
- job:
name: bifrost-integration-dhcp-centos-7
parent: legacy-base
run: playbooks/legacy/bifrost-integration-dhcp-centos-7/run
post-run: playbooks/legacy/bifrost-integration-dhcp-centos-7/post
run: playbooks/legacy/bifrost-integration-dhcp-centos-7/run.yaml
post-run: playbooks/legacy/bifrost-integration-dhcp-centos-7/post.yaml
timeout: 7200
nodeset: legacy-centos-7
required-projects:
@ -34,8 +34,8 @@
- job:
name: bifrost-integration-dhcp-opensuse-423
parent: legacy-base
run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/run
post-run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/post
run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/run.yaml
post-run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/post.yaml
timeout: 7200
nodeset: legacy-opensuse-423
required-projects:
@ -51,8 +51,8 @@
- job:
name: bifrost-integration-dibipa-debian
parent: legacy-base
run: playbooks/legacy/bifrost-integration-dibipa-debian/run
post-run: playbooks/legacy/bifrost-integration-dibipa-debian/post
run: playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml
post-run: playbooks/legacy/bifrost-integration-dibipa-debian/post.yaml
timeout: 7200
required-projects:
- openstack/bifrost
@ -67,8 +67,8 @@
- job:
name: bifrost-integration-dibipa-debian-centos-7
parent: legacy-base
run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/run
post-run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/post
run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/run.yaml
post-run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/post.yaml
timeout: 7200
nodeset: legacy-centos-7
required-projects:
@ -84,8 +84,8 @@
- job:
name: bifrost-integration-dibipa-debian-opensuse-423
parent: legacy-base
run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/run
post-run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/post
run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/run.yaml
post-run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/post.yaml
timeout: 7200
nodeset: legacy-opensuse-423
required-projects:
@ -101,8 +101,8 @@
- job:
name: bifrost-integration-tinyipa
parent: legacy-base
run: playbooks/legacy/bifrost-integration-tinyipa/run
post-run: playbooks/legacy/bifrost-integration-tinyipa/post
run: playbooks/legacy/bifrost-integration-tinyipa/run.yaml
post-run: playbooks/legacy/bifrost-integration-tinyipa/post.yaml
timeout: 3600
required-projects:
- openstack/bifrost
@ -116,8 +116,8 @@
- job:
name: bifrost-integration-tinyipa-centos-7
parent: legacy-base
run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/run
post-run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/post
run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/run.yaml
post-run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/post.yaml
timeout: 3600
nodeset: legacy-centos-7
required-projects:
@ -132,8 +132,8 @@
- job:
name: bifrost-integration-tinyipa-opensuse-423
parent: legacy-base
run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run
post-run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/post
run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run.yaml
post-run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/post.yaml
timeout: 3600
nodeset: legacy-opensuse-423
required-projects: