From 10ebbe74dad92647746bfe7d36f69175f0df3146 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Thu, 14 Mar 2024 18:36:47 -0300 Subject: [PATCH] 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 --- zuul.d/ironic-jobs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index ef76c34f3e..ce74a1d32e 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -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