Extend timeout on CI job with automated cleaning
The ironic-tempest-ipa-partition-pxe_ipmitool CI job has automated cleaning enable which introduces another boot cycle where IPA starts and performs an operation. Due to the way tempest is designed with the timeouts, it appears that we are encountering one of the timeouts sporatically enough to cause a high gate failure rate. Extends the general timeout for the aformentioned test as the ramdisk takes 400+ seconds to now boot. Change-Id: I35fcf0d1f9340b0e906ea993c1b745850a4e3208
This commit is contained in:
parent
123cb22c73
commit
0587df6e4a
@ -254,6 +254,14 @@
|
||||
description: ironic-tempest-ipa-partition-pxe_ipmitool
|
||||
parent: ironic-base
|
||||
timeout: 5400
|
||||
vars:
|
||||
devstack_localrc:
|
||||
# This test runs cleaning by default, and with a larger
|
||||
# IPA image means that it takes longer to boot for deploy
|
||||
# and cleaning. As such, CI performance variations can
|
||||
# cause this job to fail easily due to the extra steps
|
||||
# and boot cycle of the cleaning operation.
|
||||
IRONIC_TEMPEST_BUILD_TIMEOUT: 850
|
||||
|
||||
- job:
|
||||
name: ironic-tempest-bfv
|
||||
|
Loading…
Reference in New Issue
Block a user