summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/centos-regression-fb.yml
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2016-12-23 19:26:08 +0530
committerNigel Babu <nigelb@redhat.com>2016-12-23 19:26:08 +0530
commit141a253bc65e6ea109bdf98d59e9e2122005efa6 (patch)
treea13b5c72fa2f744b49301754280bfe90e7f0f5f8 /build-gluster-org/jobs/centos-regression-fb.yml
parentccc61cf805bba3dd2f03925f461427b47fb1d7fd (diff)
Add a job for FB's regressions
Change-Id: I4923944fbd86e5ae0bc082dbca9e0049bc365448
Diffstat (limited to 'build-gluster-org/jobs/centos-regression-fb.yml')
-rw-r--r--build-gluster-org/jobs/centos-regression-fb.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/centos-regression-fb.yml b/build-gluster-org/jobs/centos-regression-fb.yml
new file mode 100644
index 0000000..00163aa
--- /dev/null
+++ b/build-gluster-org/jobs/centos-regression-fb.yml
@@ -0,0 +1,29 @@
+- job:
+ name: centos-regression-fb
+ node: rackspace_regression_2gb
+ description: Regression test every 4h on fb branch
+ project-type: freestyle
+ concurrent: true
+
+ scm:
+ - git:
+ branches:
+ - origin/release-3.8-fb
+ url: git://review.gluster.org/glusterfs.git
+ wipe-workspace: false
+
+ properties:
+ - one-build-per-node
+
+ triggers:
+ - timed: "H 0-23/4 * * *"
+
+ builders:
+ - shell: !include-raw: ../scripts/regression-test-burn-in.sh
+
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 500
+ abort: true
+ type: absolute