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:

committed by
Julia Kreger

parent
26e849c7f4
commit
dd9dc7ba60
@@ -155,6 +155,10 @@
|
|||||||
# NOTE(dtantsur): the ansible deploy doesn't depend on IPA code,
|
# NOTE(dtantsur): the ansible deploy doesn't depend on IPA code,
|
||||||
# excluding it from the enabled list to save gate time.
|
# excluding it from the enabled list to save gate time.
|
||||||
IRONIC_ENABLED_DEPLOY_INTERFACES: "iscsi,direct"
|
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:
|
- job:
|
||||||
name: metalsmith-integration-ipa-src
|
name: metalsmith-integration-ipa-src
|
||||||
|
@@ -29,7 +29,6 @@
|
|||||||
- ipa-tox-bandit:
|
- ipa-tox-bandit:
|
||||||
voting: false
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
queue: ironic
|
|
||||||
jobs:
|
jobs:
|
||||||
- ipa-tempest-partition-bios-ipmi-direct-tinyipa-src
|
- ipa-tempest-partition-bios-ipmi-direct-tinyipa-src
|
||||||
- ipa-tempest-partition-bios-ipmi-iscsi-tinyipa-src
|
- ipa-tempest-partition-bios-ipmi-iscsi-tinyipa-src
|
||||||
|
Reference in New Issue
Block a user