Merge "Readjust job timeouts"

This commit is contained in:
Zuul 2019-09-20 18:19:07 +00:00 committed by Gerrit Code Review
commit e50b758ee5
1 changed files with 1 additions and 20 deletions

View File

@ -71,6 +71,7 @@
- job:
name: keystone-tox-protection
parent: openstack-tox-py37
timeout: 3600
vars:
tox_envlist: protection
bindep_profile: test py37
@ -168,17 +169,6 @@
- release-notes-jobs-python3
check:
jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 5400
- openstack-tox-py36:
timeout: 5400
- openstack-tox-py27:
timeout: 5400
- openstack-tox-cover:
timeout: 5400
- openstack-tox-lower-constraints:
timeout: 5400
- keystone-dsvm-functional:
irrelevant-files: &irrelevant-files
- ^.*\.rst$
@ -222,15 +212,6 @@
- keystone-tox-protection
gate:
jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 5400
- openstack-tox-py36:
timeout: 5400
- openstack-tox-py27:
timeout: 5400
- openstack-tox-lower-constraints:
timeout: 5400
- keystone-dsvm-functional:
irrelevant-files: *irrelevant-files
- keystone-dsvm-py3-functional: