d45e6c49e7
It's newer and supports OVMF firmware with secure boot enabled, allowing us to add a UEFI CentOS 8 job. Amend the previously created release notes. Change-Id: Id61063d35e43b7f8bad4c799a54f85cdef63f09c
179 lines
4.4 KiB
YAML
179 lines
4.4 KiB
YAML
- job:
|
|
name: bifrost-base
|
|
parent: base
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^bifrost/tests/.*$
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^test-requirements.txt$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
pre-run: playbooks/ci/pre.yaml
|
|
run: playbooks/ci/run.yaml
|
|
post-run: playbooks/ci/post.yaml
|
|
required-projects:
|
|
- openstack/bifrost
|
|
- openstack/diskimage-builder
|
|
- openstack/ironic
|
|
- openstack/ironic-inspector
|
|
- openstack/ironic-python-agent
|
|
- openstack/ironic-python-agent-builder
|
|
- openstack/requirements
|
|
- x/ironic-staging-drivers
|
|
|
|
- job:
|
|
name: bifrost-integration
|
|
parent: bifrost-base
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp
|
|
parent: bifrost-integration
|
|
timeout: 7200
|
|
vars:
|
|
use_dhcp: true
|
|
noauth_mode: true
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-ubuntu-focal
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: ubuntu-focal
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-centos-8
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian
|
|
parent: bifrost-integration
|
|
timeout: 7200
|
|
vars:
|
|
build_image: true
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian-ubuntu-focal
|
|
parent: bifrost-integration-dibipa-debian
|
|
nodeset: ubuntu-focal
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian-centos-8
|
|
parent: bifrost-integration-dibipa-debian
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa
|
|
parent: bifrost-base
|
|
timeout: 3600
|
|
vars:
|
|
noauth_mode: false
|
|
|
|
# used by ansible-collections-openstack, openstacksdk, ironic, ironic-inspector
|
|
- job:
|
|
name: bifrost-integration-tinyipa-ubuntu-bionic
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: ubuntu-bionic
|
|
|
|
# TODO(dtantsur): remove when no other projects are using this job
|
|
# used by ansible-collections-openstack
|
|
- job:
|
|
name: bifrost-integration-tinyipa-keystone-ubuntu-bionic
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: ubuntu-bionic
|
|
required-projects:
|
|
- openstack/keystone
|
|
- openstack/ironic-prometheus-exporter
|
|
vars:
|
|
enable_keystone: true
|
|
enable_tls: true
|
|
test_driver: redfish
|
|
enable_prometheus_exporter: true
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-ubuntu-focal
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: ubuntu-focal
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-keystone-ubuntu-focal
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: ubuntu-focal
|
|
required-projects:
|
|
- openstack/keystone
|
|
- openstack/ironic-prometheus-exporter
|
|
vars:
|
|
enable_keystone: true
|
|
enable_tls: true
|
|
test_driver: redfish
|
|
enable_prometheus_exporter: true
|
|
|
|
- job:
|
|
name: bifrost-integration-redfish-vmedia-uefi-ubuntu-focal
|
|
parent: bifrost-integration-tinyipa-ubuntu-focal
|
|
vars:
|
|
boot_mode: uefi
|
|
test_driver: redfish
|
|
use_vmedia: true
|
|
|
|
- job:
|
|
name: bifrost-cli-ubuntu-focal
|
|
parent: bifrost-integration-tinyipa-ubuntu-focal
|
|
vars:
|
|
cli_test: true
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-centos-8
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-keystone-centos-8
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: centos-8
|
|
required-projects:
|
|
- openstack/keystone
|
|
- openstack/ironic-prometheus-exporter
|
|
vars:
|
|
enable_keystone: true
|
|
enable_tls: true
|
|
test_driver: redfish
|
|
enable_prometheus_exporter: true
|
|
|
|
- job:
|
|
name: bifrost-integration-redfish-vmedia-uefi-centos-8
|
|
parent: bifrost-integration-tinyipa-centos-8
|
|
vars:
|
|
boot_mode: uefi
|
|
test_driver: redfish
|
|
use_vmedia: true
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-debian-buster
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: debian-buster
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-opensuse-15
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: opensuse-15
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-fedora-latest
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: fedora-latest
|
|
|
|
- job:
|
|
name: bifrost-integration-redfish-uefi-fedora-latest
|
|
parent: bifrost-integration-tinyipa-fedora-latest
|
|
vars:
|
|
boot_mode: uefi
|
|
test_driver: redfish
|
|
|
|
- job:
|
|
name: bifrost-tox-linters
|
|
parent: openstack-tox-linters
|
|
required-projects:
|
|
- openstack/ansible-collections-openstack
|