Add a non-voting metalsmith job

Currently we don't have any coverage for local boot with partition
images, this job provides it.

Change-Id: Iad81ee2bd091287372c6842b50eaa0623e1326d5
This commit is contained in:
Dmitry Tantsur 2019-06-07 11:43:58 +02:00
parent e2bdb30662
commit 6579471d5b
2 changed files with 14 additions and 0 deletions

View File

@ -159,3 +159,15 @@
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
- job:
name: metalsmith-integration-ipa-src
parent: metalsmith-integration-glance-localboot-centos7
required-projects:
- openstack/ironic-python-agent
- openstack/ironic-lib
vars:
devstack_localrc:
# Don't waste time on cleaning, it's checked everywhere else
IRONIC_AUTOMATED_CLEAN_ENABLED: False
IRONIC_BUILD_DEPLOY_RAMDISK: True

View File

@ -15,6 +15,8 @@
# Non-voting jobs
- ipa-tempest-ironic-inspector-src:
voting: false
- metalsmith-integration-ipa-src:
voting: false
# NOTE(TheJulia): CoreOS jobs have a high failure rate.
# In order to reduce the odds of things like nested virt
# being detected but not available, we should treat them