summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2018-01-24 09:10:38 +0530
committerNigel Babu <nigelb@redhat.com>2018-01-24 09:10:38 +0530
commit4d6ece98e01a505704fea130682db435b11b10b2 (patch)
tree1817f6578e28a84658667eaa08e8b18a625df55c /build-gluster-org/jobs
parentbbb0b22ac102e5d6519eee6dbca4889f2e85d465 (diff)
New job: Test EC with stripe cache
Change-Id: I31111f5e37c96bf03582ee65527d0ed39f935817
Diffstat (limited to 'build-gluster-org/jobs')
-rw-r--r--build-gluster-org/jobs/regression-test-ec-stripe-cache.yml41
1 files changed, 41 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/regression-test-ec-stripe-cache.yml b/build-gluster-org/jobs/regression-test-ec-stripe-cache.yml
new file mode 100644
index 0000000..7810554
--- /dev/null
+++ b/build-gluster-org/jobs/regression-test-ec-stripe-cache.yml
@@ -0,0 +1,41 @@
+- job:
+ name: regression-test-ec-stripe-cache
+ node: rackspace_regression_2gb
+ description: Regression test run every 8h with EC stripe cache enabled
+ project-type: freestyle
+ concurrent: true
+
+ scm:
+ - git:
+ branches:
+ - origin/master
+ url: git://review.gluster.org/glusterfs.git
+ wipe-workspace: false
+
+ properties:
+ - discard-after-x:
+ x: 90
+ - one-build-per-node
+
+ triggers:
+ - timed: "0 14 * * *"
+
+ publishers:
+ - email:
+ recipients: maintainers@gluster.org
+ send-to-individuals: true
+ - post-tasks:
+ - matches:
+ - log-text: Build was aborted
+ script: !include-raw: ../scripts/regression-abort.sh
+ - gluster-logs
+
+ builders:
+ - shell: !include-raw: ../scripts/regression-test-ec-stripe-cache.sh
+
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 200
+ abort: true
+ type: absolute