summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs
diff options
context:
space:
mode:
authordeepshikhaaa <deepshikhakhandelwal8@gmail.com>2017-09-21 15:08:13 +0530
committerdeepshikhaaa <deepshikhakhandelwal8@gmail.com>2017-09-21 15:08:13 +0530
commit52d37c79d51b6ec2bb33a3c0538c2e4beca44b32 (patch)
tree25fafccd5e947320fb8bc2821cb0d67e2f3443c2 /build-gluster-org/jobs
parent4a37ebb556f71cffddeefadfb7e253b64d7ae222 (diff)
Add a no-activity type timeout in regression jobs
Change-Id: I0659ef56174729272d13269a85a92b686ae08cee
Diffstat (limited to 'build-gluster-org/jobs')
-rw-r--r--build-gluster-org/jobs/centos6-regression.yml4
-rw-r--r--build-gluster-org/jobs/netbsd-periodic.yml4
-rw-r--r--build-gluster-org/jobs/netbsd7-regression.yml4
-rw-r--r--build-gluster-org/jobs/regression-test-burn-in.yml4
-rw-r--r--build-gluster-org/jobs/regression-test-with-multiplex.yml4
5 files changed, 10 insertions, 10 deletions
diff --git a/build-gluster-org/jobs/centos6-regression.yml b/build-gluster-org/jobs/centos6-regression.yml
index 0c9419d..3590f24 100644
--- a/build-gluster-org/jobs/centos6-regression.yml
+++ b/build-gluster-org/jobs/centos6-regression.yml
@@ -58,6 +58,6 @@
wrappers:
- timestamps
- timeout:
- timeout: 360
+ timeout: 15
abort: true
- type: absolute
+ type: no-activity
diff --git a/build-gluster-org/jobs/netbsd-periodic.yml b/build-gluster-org/jobs/netbsd-periodic.yml
index d993e0d..4deaaaa 100644
--- a/build-gluster-org/jobs/netbsd-periodic.yml
+++ b/build-gluster-org/jobs/netbsd-periodic.yml
@@ -37,6 +37,6 @@
wrappers:
- timestamps
- timeout:
- timeout: 330
+ timeout: 15
abort: true
- type: absolute
+ type: no-activity
diff --git a/build-gluster-org/jobs/netbsd7-regression.yml b/build-gluster-org/jobs/netbsd7-regression.yml
index 017771e..3f51138 100644
--- a/build-gluster-org/jobs/netbsd7-regression.yml
+++ b/build-gluster-org/jobs/netbsd7-regression.yml
@@ -50,6 +50,6 @@
wrappers:
- timestamps
- timeout:
- timeout: 300
+ timeout: 15
abort: true
- type: absolute
+ type: no-activity
diff --git a/build-gluster-org/jobs/regression-test-burn-in.yml b/build-gluster-org/jobs/regression-test-burn-in.yml
index af43481..f748eae 100644
--- a/build-gluster-org/jobs/regression-test-burn-in.yml
+++ b/build-gluster-org/jobs/regression-test-burn-in.yml
@@ -35,6 +35,6 @@
wrappers:
- timestamps
- timeout:
- timeout: 330
+ timeout: 15
abort: true
- type: absolute
+ type: no-activity
diff --git a/build-gluster-org/jobs/regression-test-with-multiplex.yml b/build-gluster-org/jobs/regression-test-with-multiplex.yml
index 040ada6..22fa739 100644
--- a/build-gluster-org/jobs/regression-test-with-multiplex.yml
+++ b/build-gluster-org/jobs/regression-test-with-multiplex.yml
@@ -35,6 +35,6 @@
wrappers:
- timestamps
- timeout:
- timeout: 330
+ timeout: 15
abort: true
- type: absolute
+ type: no-activity