summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/regression-test-burn-in.yml
blob: 3ca40008235294f76ce29567666750aa39591fe1 (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
35
36
37
38
- job:
    name: regression-test-burn-in
    node: centos7
    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:
    - discard-after-x:
        x: 90
    - one-build-per-node

    publishers:
    - email:
        recipients: maintainers@gluster.org
        send-to-individuals: false
    - post-tasks:
        - matches:
            - log-text: Build was aborted
          script: !include-raw: ../scripts/regression-abort.sh
    - gluster-logs

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

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