![Julia Kreger](/assets/img/avatar_default.png)
Update bifrost to handle fedora as minor changes between releases have been slightly breaking, and have gone largely un-noticed since the bulk of bifrost users seem to use centos or ubuntu. Added a fedora 26 job to help enforce support moving forward. Change-Id: I9a654b91edfa52321adccfa5df0c260eb0c9e487 Closes-Bug: #1695969 Closes-Bug: #1695968
105 lines
3.3 KiB
YAML
105 lines
3.3 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/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-centos-7
|
|
parent: bifrost-integration
|
|
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
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-opensuse-423
|
|
parent: bifrost-integration
|
|
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
|
|
|
|
- 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
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-fedora26
|
|
parent: bifrost-base
|
|
run: playbooks/legacy/bifrost-integration-tinyipa/run.yaml
|
|
post-run: playbooks/legacy/bifrost-integration-tinyipa/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-fedora-26
|