summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2018-08-09 14:46:03 +0530
committerAmar Tumballi <amarts@redhat.com>2018-09-24 04:48:32 +0000
commit2d2e77ad8437e173ef59ca166b98b817c2c3c682 (patch)
treee09e49413a26e11d1874891a92940dc44a6f2db0 /build-gluster-org/jobs
parent55a89d35ef8bb7045ddd0908ce26bb5c0f6ecabd (diff)
ASAN job for gluster
Change-Id: I69e058e6cce75e026c91b5cf42a3a602431a899e
Diffstat (limited to 'build-gluster-org/jobs')
-rw-r--r--build-gluster-org/jobs/asan.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/asan.yml b/build-gluster-org/jobs/asan.yml
new file mode 100644
index 0000000..45318fa
--- /dev/null
+++ b/build-gluster-org/jobs/asan.yml
@@ -0,0 +1,42 @@
+- job:
+ name: asan
+ node: asan
+ description: Memory error detector job for glusterfs
+ project-type: freestyle
+ concurrent: true
+
+ scm:
+ - glusterfs
+
+ properties:
+ - discard-after-x:
+ x: 30
+ - one-build-per-node
+
+ triggers:
+ - timed: "H 15 * * *"
+
+ builders:
+ - shell: !include-raw: ../scripts/asan.sh
+
+ publishers:
+ publishers:
+ - post-tasks:
+ - matches:
+ - log-text: Build was aborted
+ script: !include-raw: ../scripts/regression-abort.sh
+ - gluster-logs
+
+ parameters:
+ - string:
+ default: refs/heads/master
+ description: 'For review 12345 and patch set 6, this will be refs/changes/45/12345/6. Default: Tip of master'
+ name: GERRIT_REFSPEC
+ - string:
+ default: master
+ description: 'Name of the branch you want to build from. We usually build from master'
+ name: GERRIT_BRANCH
+
+ wrappers:
+ - timestamps
+