summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-gluster-org/jobs/centos6-regression.yml13
-rw-r--r--build-gluster-org/jobs/netbsd7-regression.yml2
2 files changed, 12 insertions, 3 deletions
diff --git a/build-gluster-org/jobs/centos6-regression.yml b/build-gluster-org/jobs/centos6-regression.yml
index 0c48786..60304fa 100644
--- a/build-gluster-org/jobs/centos6-regression.yml
+++ b/build-gluster-org/jobs/centos6-regression.yml
@@ -34,6 +34,17 @@
- branch-compare-type: 'ANT'
branch-pattern: '**'
+ publishers:
+ - email-ext:
+ recipients: nigelb@redhat.com
+ aborted: true
+ failure: false
+ - post-tasks:
+ - matches:
+ - log-text: Build was aborted
+ script: |
+ sudo reboot
+
parameters:
- string:
default: refs/heads/master
@@ -50,6 +61,6 @@
wrappers:
- timestamps
- timeout:
- timeout: 300
+ timeout: 360
abort: true
type: absolute
diff --git a/build-gluster-org/jobs/netbsd7-regression.yml b/build-gluster-org/jobs/netbsd7-regression.yml
index 47d2aee..2719d88 100644
--- a/build-gluster-org/jobs/netbsd7-regression.yml
+++ b/build-gluster-org/jobs/netbsd7-regression.yml
@@ -34,8 +34,6 @@
failure: false
- post-tasks:
- matches:
- # "Building remotely" should always be in the build console output
- #- log-text: Build timed out (after 300 minutes)
- log-text: Build was aborted
script: |
su -l root -c "reboot -n"