Merge "Override tox job timeouts"

This commit is contained in:
Zuul 2019-09-09 18:00:48 +00:00 committed by Gerrit Code Review
commit a8b3d9e0a3
1 changed files with 18 additions and 0 deletions

View File

@ -160,6 +160,15 @@
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 3600
- openstack-tox-py36:
timeout: 3600
- openstack-tox-py27:
timeout: 3600
- openstack-tox-cover:
timeout: 3600
- keystone-dsvm-functional: - keystone-dsvm-functional:
irrelevant-files: &irrelevant-files irrelevant-files: &irrelevant-files
- ^.*\.rst$ - ^.*\.rst$
@ -202,6 +211,15 @@
irrelevant-files: *tempest-irrelevant-files irrelevant-files: *tempest-irrelevant-files
gate: gate:
jobs: jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 3600
- openstack-tox-py36:
timeout: 3600
- openstack-tox-py27:
timeout: 3600
- openstack-tox-cover:
timeout: 3600
- keystone-dsvm-functional: - keystone-dsvm-functional:
irrelevant-files: *irrelevant-files irrelevant-files: *irrelevant-files
- keystone-dsvm-py3-functional: - keystone-dsvm-py3-functional: