From 20800389f1620d7299f6f3216312fca76ec527ba Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 31 Oct 2018 08:58:31 +0100 Subject: [PATCH] Increase tempest-full jobs timeout For jobs: - tempest-full - tempest-full-py3 Sometimes we hit timeouts which aren't related directly to Neutron. So, as was done for some other jobs in [1] it will also increase timeout for tempest-full jobs. This patch adds also our own list of irrelevant files for tempest-full-py3 job as it wasn't specified before. [1] https://review.openstack.org/#/c/613234/ Change-Id: I6e56b5f9243cdc29e8a36399ae98f95173e61c98 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 335abf4c851..599a05303bc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -42,6 +42,10 @@ voting: false irrelevant-files: *tempest-irrelevant-files - tempest-full: + timeout: 10800 + irrelevant-files: *tempest-irrelevant-files + - tempest-full-py3: + timeout: 10800 irrelevant-files: *tempest-irrelevant-files - tempest-slow: irrelevant-files: *tempest-irrelevant-files