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
This commit is contained in:
Dmitry Tantsur 2020-04-29 15:39:42 +02:00
parent 753bb1907d
commit b4341305d4
1 changed files with 5 additions and 2 deletions

View File

@ -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: ''