From 20a492d94d4c7a12dfef4d910b047f5d8ed4dc15 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 29 Mar 2018 18:44:52 +0000 Subject: [PATCH] Increase unit test job timeout to an hour Declare variants of the tox-py27 and tox-py35 jobs with a one-hour timeout instead of the default half-hour. Since we're declaring these here in the repository, we can also add tox-pep8 and publish-openstack-python-branch-tarball so that the openstack-python-jobs-no-constraints and openstack-python35-jobs-no-constraints templates can be removed from project-config later. Change-Id: I9d60ea9ef3973e957074bfe849b0d9c85f6d68c1 --- .zuul.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c062d647..0faf0748 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,6 +11,19 @@ check: jobs: - storyboard-tox-sqlite + - tox-pep8 + - tox-py27: + timeout: 6000 + - tox-py35: + timeout: 6000 gate: jobs: - storyboard-tox-sqlite + - tox-pep8 + - tox-py27: + timeout: 6000 + - tox-py35: + timeout: 6000 + post: + jobs: + - publish-openstack-python-branch-tarball