Zuul: add file extension to playbook path
Zuul now supports including the file extension on the playbook path and omitting the extension is now deprecrated. Update references to include the extension. Change-Id: I3f43e9a4593d8b27de25bf2140b467e1351f3792
This commit is contained in:
parent
0fb46c5d6b
commit
f425af5884
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user