From a90bdb1c961fa04089d966c049f696cf2d5ae07a Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 29 Nov 2018 09:53:12 -0800 Subject: [PATCH] Extend job build timeout On slower nodes, sometimes Ironic can take up to ten minutes for the deployment to complete. The downside is that the tempest build timout is set to ten minutes. In order to reduce the number of erronious failures and rechecks, extending the timer to 12 minutes which should provide enough time for the deployment to complete to tempest's satistfaction. Change-Id: Ie883d641d0951cb148e8cfb812b9607fa77ddb4b --- zuul.d/ironic-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 4e2f524e44..a86609d691 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -32,14 +32,14 @@ OVERRIDE_PUBLIC_BRIDGE_MTU: 1400 TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-tempest-plugin'" VIRT_DRIVER: ironic - BUILD_TIMEOUT: 600 + BUILD_TIMEOUT: 720 IRONIC_BAREMETAL_BASIC_OPS: True IRONIC_BUILD_DEPLOY_RAMDISK: False IRONIC_CALLBACK_TIMEOUT: 600 IRONIC_DEPLOY_DRIVER: ipmi IRONIC_INSPECTOR_BUILD_RAMDISK: False IRONIC_RAMDISK_TYPE: tinyipa - IRONIC_TEMPEST_BUILD_TIMEOUT: 600 + IRONIC_TEMPEST_BUILD_TIMEOUT: 720 IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False IRONIC_VM_COUNT: 1 IRONIC_VM_EPHEMERAL_DISK: 1