CI: Zuul no longer respects queue param

Also disable software raid which fails on standalone since it was
a newer test, and only partially in place in Train.

Change-Id: I1e7a3b3c9ded13b10002bb47e98d4a7b486e1dd4
This commit is contained in:
Jay Faulkner 2022-10-03 15:07:30 -07:00 committed by Julia Kreger
parent 26e849c7f4
commit dd9dc7ba60
2 changed files with 4 additions and 1 deletions

View File

@ -155,6 +155,10 @@
# NOTE(dtantsur): the ansible deploy doesn't depend on IPA code,
# excluding it from the enabled list to save gate time.
IRONIC_ENABLED_DEPLOY_INTERFACES: "iscsi,direct"
# NOTE(TheJulia): Software RAID was a work in progress in Train,
# Setting this as such prevents the tempest test from running
# needlessly.
IRONIC_ENABLED_RAID_INTERFACES: "fake,no-raid"
- job:
name: metalsmith-integration-ipa-src

View File

@ -29,7 +29,6 @@
- ipa-tox-bandit:
voting: false
gate:
queue: ironic
jobs:
- ipa-tempest-partition-bios-ipmi-direct-tinyipa-src
- ipa-tempest-partition-bios-ipmi-iscsi-tinyipa-src