53c3da13e2
Remove duplication of playbooks and legacy nodesets. Change-Id: Ib24da36d83939c6932edd1fd41539e2aaa4fdb1b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
97 lines
2.9 KiB
YAML
97 lines
2.9 KiB
YAML
- job:
|
|
name: bifrost-base
|
|
parent: legacy-base
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^bifrost/tests/.*$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^test-requirements.txt$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
required-projects:
|
|
- openstack/bifrost
|
|
- openstack/ironic
|
|
- openstack/ironic-inspector
|
|
- openstack/openstacksdk
|
|
- openstack/python-ironic-inspector-client
|
|
- openstack/python-ironicclient
|
|
- openstack/requirements
|
|
- openstack-infra/shade
|
|
|
|
- job:
|
|
name: bifrost-integration
|
|
parent: bifrost-base
|
|
required-projects:
|
|
# this is in addition to bifrost-base's required-projects
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp
|
|
parent: bifrost-integration
|
|
run: playbooks/legacy/bifrost-integration-dhcp/run.yaml
|
|
post-run: playbooks/legacy/bifrost-integration-dhcp/post.yaml
|
|
timeout: 7200
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-ubuntu-xenial
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: ubuntu-xenial
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-centos-7
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: centos-7
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-opensuse-423
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: opensuse-423
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian
|
|
parent: bifrost-integration
|
|
run: playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml
|
|
post-run: playbooks/legacy/bifrost-integration-dibipa-debian/post.yaml
|
|
timeout: 7200
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian-centos-7
|
|
parent: bifrost-integration
|
|
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
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian-opensuse-423
|
|
parent: bifrost-integration
|
|
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
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa
|
|
parent: bifrost-base
|
|
run: playbooks/legacy/bifrost-integration-tinyipa/run.yaml
|
|
post-run: playbooks/legacy/bifrost-integration-tinyipa/post.yaml
|
|
timeout: 3600
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-centos-7
|
|
parent: bifrost-base
|
|
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
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-opensuse-423
|
|
parent: bifrost-base
|
|
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
|