summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/centos-regression-fb.yml
blob: 4f7497286ef7b4387e7ec7accc9a8bb44eaa4f13 (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
39
40
- job:
    name: centos-regression-fb
    node: centos7
    description: Regression test every 4h on fb branch
    project-type: freestyle
    concurrent: true
    disabled: true

    scm:
    - git:
        branches:
        - origin/release-3.8-fb
        url: git://review.gluster.org/glusterfs.git
        wipe-workspace: false

    properties:
    - discard-after-x:
        x: 30
    - one-build-per-node

    triggers:
    - timed: "H H * * *"

    publishers:
    - post-tasks:
        - matches:
            - log-text: Build was aborted
          script: |
              sudo reboot
    - gluster-logs

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

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