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
This commit is contained in:
Slawek Kaplonski 2019-01-31 10:08:49 +01:00
parent a50381fbfa
commit 2297b4ac04
1 changed files with 24 additions and 0 deletions

View File

@ -10,3 +10,27 @@
- 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