summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/experimental-periodic.yml
blob: 6d440ac89cf926f423a8b144b01ea0f2566566d8 (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
41
42
43
- job:
    name: experimental-periodic
    node: centos7
    description: Regression test run nightly
    project-type: freestyle
    concurrent: true

    scm:
    - git:
        branches:
        - origin/experimental
        url: git://review.gluster.org/glusterfs.git
        wipe-workspace: false
        browser: cgit
        browser-url: http://git.gluster.org/cgit/

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

    triggers:
    - timed: "0 14 * * *"

    publishers:
    - email:
        recipients: maintainers@gluster.org amarts@redhat.com
        send-to-individuals: true
    - post-tasks:
        - matches:
            - log-text: Build was aborted
          script: |
              sudo reboot

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

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