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:
parent
a50381fbfa
commit
2297b4ac04
24
.zuul.yaml
24
.zuul.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user