8aa8086ab2
They're already used in the CI, and chances are high that non-venv installation is broken on at least some supported systems. Change-Id: Ie3c93a0a1537658eaccf69da3f64d0fc43f292d1
134 lines
3.1 KiB
YAML
134 lines
3.1 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/keystone
|
|
- openstack/openstacksdk
|
|
- openstack/python-ironic-inspector-client
|
|
- openstack/python-ironicclient
|
|
- openstack/requirements
|
|
- openstack/shade
|
|
- openstack/sushy
|
|
- 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
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-ubuntu-bionic
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: ubuntu-bionic
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-centos-8
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-opensuse-15
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: opensuse-15
|
|
|
|
- job:
|
|
name: bifrost-integration-dhcp-debian-buster
|
|
parent: bifrost-integration-dhcp
|
|
nodeset: debian-buster
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian
|
|
parent: bifrost-integration
|
|
timeout: 7200
|
|
vars:
|
|
build_image: true
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian-ubuntu-bionic
|
|
parent: bifrost-integration-dibipa-debian
|
|
nodeset: ubuntu-bionic
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian-centos-8
|
|
parent: bifrost-integration-dibipa-debian
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: bifrost-integration-dibipa-debian-opensuse-15
|
|
parent: bifrost-integration-dibipa-debian
|
|
nodeset: opensuse-15
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa
|
|
parent: bifrost-base
|
|
timeout: 3600
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-ubuntu-bionic
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: ubuntu-bionic
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-keystone-ubuntu-bionic
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
enable_keystone: true
|
|
|
|
- job:
|
|
name: bifrost-integration-tinyipa-ubuntu-focal
|
|
parent: bifrost-integration-tinyipa
|
|
nodeset: ubuntu-focal
|
|
|
|
- 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
|
|
vars:
|
|
enable_keystone: 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
|