neutron-lib/.zuul.yaml
Slawek Kaplonski 2297b4ac04 Increase tempest-full jobs timeout to 3h
Jobs tempest-full and tempest-full-py3 are included in
neutron-lib's check and gate queues because they are in
lib-forward-testing and lib-forward-testing-python3 templates.
But in those templates those jobs have 2h timeout which is sometimes
not enough to complete job.

In Neutron repo we increased this timeout to 3h already some time ago
and that helped a lot with such timeouts so lets increase it also
in neuton-lib repo to avoid some rechecks.

Change-Id: Ic3ce87a8c3417957afe7fc1e1ebd74dcff639737
2019-01-31 10:11:39 +01:00

37 lines
1.2 KiB
YAML

- project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- lib-forward-testing
- lib-forward-testing-python3
- release-notes-jobs-python3
check:
jobs:
# This job comes from lib-forward-testing template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full:
timeout: 10800
# This job comes from lib-forward-testing-python3 template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full-py3:
timeout: 10800
gate:
jobs:
# This job comes from lib-forward-testing template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full:
timeout: 10800
# This job comes from lib-forward-testing-python3 template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full-py3:
timeout: 10800