Tempest test with only wholedisk for some jobs
Changing the ironic-tempest-uefi-redfish-vmedia and ironic-tempest-ovn-uefi-ipmi-pxe jobs to only run tempest test_baremetal_server_ops_wholedisk_image. We saw failures on the partition tests for this jobs. Related-Bug: #2057972 Change-Id: I2e26d7955ade11046bf89b6f4c9c2c4f16da1574
This commit is contained in:
parent
8fa1de8ab0
commit
10ebbe74da
@ -298,6 +298,9 @@
|
||||
description: "Deploy ironic node over Redfish virtual media using UEFI boot mode"
|
||||
parent: ironic-base
|
||||
vars:
|
||||
# NOTE(iurygregory): switch to only wholedisk test, since the
|
||||
# partition test is failling randomly.
|
||||
tempest_test_regex: test_baremetal_server_ops_wholedisk_image
|
||||
devstack_localrc:
|
||||
IRONIC_DEPLOY_DRIVER: redfish
|
||||
IRONIC_ENABLED_HARDWARE_TYPES: redfish
|
||||
@ -436,6 +439,9 @@
|
||||
description: IPMI power, UEFI, iPXE, OVN image.
|
||||
parent: ironic-base
|
||||
vars:
|
||||
# NOTE(iurygregory): switch to only wholedisk test, since the
|
||||
# partition test is failling randomly.
|
||||
tempest_test_regex: test_baremetal_server_ops_wholedisk_image
|
||||
devstack_localrc:
|
||||
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
||||
Q_AGENT: ovn
|
||||
|
Loading…
Reference in New Issue
Block a user