summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/netbsd-periodic.yml
blob: 4deaaaa691bc6de5fdc15ea834b24cc7c4e66373 (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
- job:
    name: netbsd-periodic
    node: netbsd7_regression
    description: Trigger a nightly NetBSD run on master
    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


    triggers:
    - timed: "H 0,8,16 * * *"

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

    builders:
    - shell: !include-raw: ../scripts/netbsd7-regression.sh

    wrappers:
    - timestamps
    - timeout:
        timeout: 15
        abort: true
        type: no-activity