From 06ee50077c58f8af4f230602bc812dab78c0b198 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Thu, 21 May 2020 16:36:39 +0200 Subject: [PATCH] Set tempest_test_timeout for managed job Most of the failures in this job is because tempest couldn't finish the test on a given time, we increased the introspection timeout but we forgot to allow tempest to run for more than 20 min (default) Change-Id: I25435fe93f2f6d6cd50befe9cdf6bb1e548cef88 --- zuul.d/ironic-inspector-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/ironic-inspector-jobs.yaml b/zuul.d/ironic-inspector-jobs.yaml index ed7fcaf85..f3898adf3 100644 --- a/zuul.d/ironic-inspector-jobs.yaml +++ b/zuul.d/ironic-inspector-jobs.yaml @@ -86,6 +86,7 @@ description: A job with boot managed by ironic parent: ironic-inspector-base vars: + tempest_test_timeout: 2400 devstack_localrc: IRONIC_DEFAULT_BOOT_OPTION: netboot IRONIC_INSPECTOR_MANAGED_BOOT: True