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/glusterd2-containers.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'build-gluster-org/jobs/glusterd2-containers.yml') diff --git a/build-gluster-org/jobs/glusterd2-containers.yml b/build-gluster-org/jobs/glusterd2-containers.yml index 86ea623..fffaafe 100644 --- a/build-gluster-org/jobs/glusterd2-containers.yml +++ b/build-gluster-org/jobs/glusterd2-containers.yml @@ -29,8 +29,12 @@ name: PUSH_TO_HUB wrappers: - - timestamps - - credentials-binding: - - file: + - timestamps + - credentials-binding: + - file: credential-id: aa47a72d-743b-4958-a14a-cb597bb22d92 variable: AUTH_JSON + - timeout: + timeout: 30 + abort: true + type: absolute -- cgit