diff options
author | Riccardo Pittau <elfosardo@gmail.com> | 2020-05-19 15:38:49 +0200 |
---|---|---|
committer | Riccardo Pittau <elfosardo@gmail.com> | 2020-05-19 15:38:49 +0200 |
commit | 5750cca0d5b86582bd915c2b01fae5af7471ca5d (patch) | |
tree | 88f32cfab0444cbe747f8a49ae9a8bd708a668c7 /zuul.d | |
parent | 6f81f0303efd51d6964550f7cf16baee9587b74c (diff) | |
download | ironic-5750cca0d5b86582bd915c2b01fae5af7471ca5d.tar.gz |
Increase timeout for introspection in ironic-inspector-tempest
The job is often failing during introspection because of a timeout error,
so increasing the timeout value to prevent multiple rechecks.
Change-Id: Ide51660fc9a9848c4dfb26240cdd72cdd078273d
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/ironic-jobs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index c74e7e81d..22421f881 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -365,6 +365,7 @@ devstack_localrc: IRONIC_DEFAULT_DEPLOY_INTERFACE: direct IRONIC_INSPECTOR_MANAGE_FIREWALL: True + IRONIC_INSPECTOR_TEMPEST_INTROSPECTION_TIMEOUT: 1200 IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True IRONIC_VM_EPHEMERAL_DISK: 0 IRONIC_AUTOMATED_CLEAN_ENABLED: False |