Merge "Increase tempest-full jobs timeout to 3h"

This commit is contained in:
Zuul 2019-02-08 02:02:07 +00:00 committed by Gerrit Code Review
commit 78179c69fd
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