From b4341305d41a290d52418c17fca5b2c46ff266de Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 29 Apr 2020 15:39:42 +0200 Subject: [PATCH] CI: exclude the inspection abort tests from the inspector-redfish-vmedia job Everything seems to happen quite slowly in this job, so the abort test gets hit by "node locked" problem way too often. It's not critical for this job, so let's make the test regex narrower. Also increase build timeouts. Change-Id: Ie0acb5d459553a40ee45dd78f5c4b290b673f093 --- zuul.d/ironic-jobs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index b381a12823..03e23f50c0 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -177,9 +177,12 @@ required-projects: - openstack/ironic-inspector vars: - # NOTE(dtantsur): the inspector job includes booting an instance too - tempest_test_regex: Inspector + # NOTE(dtantsur): the inspector job includes booting an instance too. + # Excluding the abort tests since it hits "node locked" too often. + tempest_test_regex: test_baremetal_introspection devstack_localrc: + BUILD_TIMEOUT: 900 + IRONIC_TEMPEST_BUILD_TIMEOUT: 900 IRONIC_BOOT_MODE: bios IRONIC_INSPECTOR_MANAGED_BOOT: True IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: ''