summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/regression-test-with-multiplex.yml
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2017-05-21 09:56:23 +0530
committerNigel Babu <nigelb@redhat.com>2017-05-23 06:03:43 +0000
commit122449cd6a890bba3a0354e25697e852dffd4d2a (patch)
tree903a3c91d2f2f5ecf5d782bb212a2cc50ed7d4cb /build-gluster-org/jobs/regression-test-with-multiplex.yml
parentf37c1602ac739e07bf47da8d425f1521665ef56b (diff)
Create a job to run brick multiplexing on
Change-Id: I1b4744fc82208734249d794b84b84e5966815d48
Diffstat (limited to 'build-gluster-org/jobs/regression-test-with-multiplex.yml')
-rw-r--r--build-gluster-org/jobs/regression-test-with-multiplex.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/regression-test-with-multiplex.yml b/build-gluster-org/jobs/regression-test-with-multiplex.yml
new file mode 100644
index 0000000..0e0e08b
--- /dev/null
+++ b/build-gluster-org/jobs/regression-test-with-multiplex.yml
@@ -0,0 +1,39 @@
+- job:
+ name: regression-test-with-multiplex
+ node: rackspace_regression_2gb
+ description: Regression test run every 8h with brick multiplex
+ project-type: freestyle
+ concurrent: true
+
+ scm:
+ - git:
+ branches:
+ - origin/master
+ url: git://review.gluster.org/glusterfs.git
+ wipe-workspace: false
+
+ properties:
+ - one-build-per-node
+
+ triggers:
+ - timed: "H 4,12,20 * * *"
+
+ publishers:
+ - email:
+ recipients: maintainers@gluster.org
+ send-to-individuals: true
+ - post-tasks:
+ - matches:
+ - log-text: Build was aborted
+ script: |
+ sudo reboot
+
+ builders:
+ - shell: !include-raw: ../scripts/regression-test-with-multiplex.sh
+
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 500
+ abort: true
+ type: absolute