9821bc3289
Ironic does not support tinyipa images anymore, all jobs use DIB based IPA ramdisks Depends-On: I569a766826405513f7beab5d45a52a8bbf42ddfd Change-Id: I048d10aa2ca1657260bcac5547fc3edfbbead81d Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
33 lines
944 B
YAML
33 lines
944 B
YAML
---
|
|
# Definitions of Ironic based jobs with a dedicated project entry to keep them
|
|
# out of general entry.
|
|
- job:
|
|
name: metalsmith-integration-openstacksdk-src
|
|
parent: metalsmith-integration-http-cirros
|
|
required-projects:
|
|
- openstack/openstacksdk
|
|
|
|
- job:
|
|
name: bifrost-integration-openstacksdk-src
|
|
parent: bifrost-integration-on-ubuntu-jammy
|
|
required-projects:
|
|
- openstack/ansible-collections-openstack
|
|
- openstack/openstacksdk
|
|
|
|
- job:
|
|
name: ironic-inspector-tempest-openstacksdk-src
|
|
parent: ironic-inspector-tempest
|
|
required-projects:
|
|
- openstack/openstacksdk
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
# Ironic jobs, non-voting to avoid tight coupling
|
|
- ironic-inspector-tempest-openstacksdk-src:
|
|
voting: false
|
|
- bifrost-integration-openstacksdk-src:
|
|
voting: false
|
|
- metalsmith-integration-openstacksdk-src:
|
|
voting: false
|