ci: set ttlSecondsAfterFinished=10 to ensure job status can be checked

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R 2021-08-09 19:12:30 +05:30 committed by mergify[bot]
parent 6255ec9a7a
commit e6c04e1414
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ objects:
jjb/session: "${SESSION}"
name: jjb-deploy
spec:
ttlSecondsAfterFinished: 0
ttlSecondsAfterFinished: 10
backoffLimit: 1
template:
metadata:

View File

@ -12,7 +12,7 @@ objects:
jjb/session: "${SESSION}"
name: jjb-validate
spec:
ttlSecondsAfterFinished: 0
ttlSecondsAfterFinished: 10
backoffLimit: 1
template:
metadata: