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
This commit is contained in:
parent
82b83dbf1f
commit
20a492d94d
13
.zuul.yaml
13
.zuul.yaml
@ -11,6 +11,19 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- storyboard-tox-sqlite
|
- storyboard-tox-sqlite
|
||||||
|
- tox-pep8
|
||||||
|
- tox-py27:
|
||||||
|
timeout: 6000
|
||||||
|
- tox-py35:
|
||||||
|
timeout: 6000
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- storyboard-tox-sqlite
|
- storyboard-tox-sqlite
|
||||||
|
- tox-pep8
|
||||||
|
- tox-py27:
|
||||||
|
timeout: 6000
|
||||||
|
- tox-py35:
|
||||||
|
timeout: 6000
|
||||||
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-python-branch-tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user