summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/close-old-reviews.yml
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2019-02-05 09:32:14 +0530
committerNigel Babu <nigelb@redhat.com>2019-02-05 04:09:01 +0000
commitc50a7b54163e46d0198742c65ae06fb0537e4eb1 (patch)
tree12b42121741a20ab9feeb73ef4fe39efc4b268d0 /build-gluster-org/jobs/close-old-reviews.yml
parentc3f51626c1405c1db0ddaae422317aab7714c0d6 (diff)
Add timeouts to all jobs without one
Change-Id: I87b1189c619e2a652ad70f964d315367b57ae785
Diffstat (limited to 'build-gluster-org/jobs/close-old-reviews.yml')
-rw-r--r--build-gluster-org/jobs/close-old-reviews.yml16
1 files changed, 10 insertions, 6 deletions
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