summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/regression-test-burn-in.yml
blob: a1d4df04badc8d66f8b6754f6447505c4cceeb01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- job:
    name: regression-test-burn-in
    node: rackspace_regression_2gb
    description: Regression test run nightly
    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 0-23/4 * * *"

    publishers:
    - email:
        recipients: maintainers@gluster.org
        send-to-individuals: true

    builders:
    - shell: !include-raw: ../scripts/regression-test-burn-in.sh

    wrappers:
    - timestamps
    - timeout:
        timeout: 500
        abort: true
        type: absolute