From c50a7b54163e46d0198742c65ae06fb0537e4eb1 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Tue, 5 Feb 2019 09:32:14 +0530 Subject: Add timeouts to all jobs without one Change-Id: I87b1189c619e2a652ad70f964d315367b57ae785 --- build-gluster-org/jobs/close-old-reviews.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'build-gluster-org/jobs/close-old-reviews.yml') diff --git a/build-gluster-org/jobs/close-old-reviews.yml b/build-gluster-org/jobs/close-old-reviews.yml index 0a5ffd7..42978c5 100644 --- a/build-gluster-org/jobs/close-old-reviews.yml +++ b/build-gluster-org/jobs/close-old-reviews.yml @@ -22,9 +22,13 @@ - shell: !include-raw: ../scripts/close-old-reviews.py wrappers: - - timestamps - - credentials-binding: - - username-password-separated: - credential-id: 7e0c919e-4568-42ac-b28a-660a148609fe - username: HTTP_USERNAME - password: HTTP_PASSWORD + - timestamps + - timeout: + timeout: 30 + abort: true + type: absolute + - credentials-binding: + - username-password-separated: + credential-id: 7e0c919e-4568-42ac-b28a-660a148609fe + username: HTTP_USERNAME + password: HTTP_PASSWORD -- cgit