summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org/jobs')
-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