From 488797996b98f35ca51b0b7db0850083c62895c4 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Tue, 26 May 2020 13:09:42 +0200 Subject: [PATCH] Set default tempest_test_timeout for ironic-base The configuration of this job is shared between all jobs that have `parent: ironic-base` so we don't need to set timeouts in other jobs. Change-Id: I49f8d7c4a8d33d38f430a6325a58e1a0af8411b1 --- zuul.d/ironic-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index f4219fee43..181bd40bb0 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -27,6 +27,7 @@ - ^tox.ini$ vars: tox_envlist: all + tempest_test_timeout: 2400 tempest_test_regex: ironic_tempest_plugin.tests.scenario tempest_concurrency: 1 devstack_localrc: @@ -668,7 +669,6 @@ parent: ironic-base timeout: 9600 vars: - tempest_test_timeout: 2400 devstack_services: s-account: True s-container: True