blob: b32fbb4236cd7c34b06d7bd7886dda4115c59b88 (
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
|
- job:
name: centos-regression-fb
node: rackspace_regression_2gb
description: Regression test every 4h on fb branch
project-type: freestyle
concurrent: true
scm:
- git:
branches:
- origin/release-3.8-fb
url: git://review.gluster.org/glusterfs.git
wipe-workspace: false
properties:
- one-build-per-node
triggers:
- timed: "H 0-23/4 * * *"
publishers:
- 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: 500
abort: true
type: absolute
|