9b75453339
Apparently, functional-py36 just runs unit tests. Fix the test that has regressed in the meantime and make it voting so that we don't regress again. Change-Id: Id5efe89a12a00c27e6299380a51cdb840285d691
42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-python3-victoria-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-cover-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-functional
|
|
- ipa-tox-examples
|
|
# NOTE(iurygregory) Only run this two jobs since we are testing
|
|
# wholedisk + partition on tempest
|
|
- ipa-tempest-bios-ipmi-direct-src
|
|
- ipa-tempest-bios-ipmi-iscsi-src
|
|
- ironic-standalone-ipa-src
|
|
- metalsmith-integration-ipa-src
|
|
# NOTE(dtantsur): non-voting because IPA source code is very unlikely
|
|
# to break them. They rather serve as a canary for broken POST jobs.
|
|
- ironic-python-agent-check-image-tinyipa:
|
|
voting: false
|
|
- ironic-python-agent-check-image-dib-centos8:
|
|
voting: false
|
|
# Non-voting jobs
|
|
- ipa-tempest-ironic-inspector-src:
|
|
voting: false
|
|
- ipa-tox-bandit:
|
|
voting: false
|
|
gate:
|
|
queue: ironic
|
|
jobs:
|
|
- openstack-tox-functional
|
|
- ipa-tempest-bios-ipmi-direct-src
|
|
- ipa-tempest-bios-ipmi-iscsi-src
|
|
- ironic-standalone-ipa-src
|
|
- metalsmith-integration-ipa-src
|
|
post:
|
|
jobs:
|
|
- ironic-python-agent-build-image-tinyipa
|
|
- ironic-python-agent-build-image-dib-centos8
|