Recent issues which forced an ipa-b revert should have been caught in an ideal case, but the test to actually discover that is in Ironic. So to start, get the job running, and later on switch it over to voting. Change-Id: I0e976967e8b973806a9fbdb36e1e6c30c810f215 Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
54 lines
2.1 KiB
YAML
54 lines
2.1 KiB
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- ironic-standalone-ipa-src
|
|
- ironic-python-agent-check-image-dib-centos9
|
|
- ironic-python-agent-check-image-dib-centos9-extra
|
|
- ironic-python-agent-check-image-dib-centos10
|
|
- ironic-python-agent-check-image-dib-centos10-extra
|
|
- ironic-python-agent-check-image-dib-debian
|
|
- ironic-python-agent-check-image-dib-debian-arm64
|
|
- ironic-python-agent-check-image-dib-debian-extra
|
|
# NOTE(TheJulia): Make the advanced job voting at some point
|
|
# soon. It exercises virtual media based deploys and ops.
|
|
- ironic-tempest-standalone-advanced:
|
|
voting: false
|
|
# Non-voting jobs
|
|
- ironic-python-agent-check-image-dib-debian-bookworm:
|
|
voting: false
|
|
- ironic-python-agent-check-image-dib-ubuntu:
|
|
voting: false
|
|
- ironic-python-agent-check-image-dib-ubuntu-arm64:
|
|
voting: false
|
|
- ipa-tempest-bios-ipmi-direct-src:
|
|
voting: false
|
|
- ironic-python-agent-builder-tox-codespell:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- ironic-standalone-ipa-src
|
|
- ironic-python-agent-check-image-dib-centos9
|
|
- ironic-python-agent-check-image-dib-centos9-extra
|
|
- ironic-python-agent-check-image-dib-centos10
|
|
- ironic-python-agent-check-image-dib-centos10-extra
|
|
- ironic-python-agent-check-image-dib-debian
|
|
- ironic-python-agent-check-image-dib-debian-arm64
|
|
- ironic-python-agent-check-image-dib-debian-extra
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball
|
|
- ironic-python-agent-build-image-dib-centos9:
|
|
branches: master
|
|
- ironic-python-agent-build-image-dib-centos10:
|
|
branches: master
|
|
- ironic-python-agent-build-image-dib-debian:
|
|
branches: master
|
|
- ironic-python-agent-build-image-dib-debian-arm64:
|
|
branches: master
|