-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yml
60 lines (53 loc) · 1.49 KB
/
test.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
- job:
name: gh_centos7-regression
node: centos7
description: Our production regression test. Triggerered for each Gerrit CR revision.
project-type: freestyle
concurrent: true
scm:
- glusterfs
properties:
- github:
url: https://github.com/gluster/glusterfs
- discard-after-x:
x: 90
- one-build-per-node
triggers:
- github-pull-request:
cancel-builds-on-update: true
allow-whitelist-orgs-as-admins: true
admin-list:
- deepshikhaaa
- mscherer
- jdarcy
- nigelbabu
- prashanthpai
- vbellur
- raghavendrahg
- KritikaDhananjay
- humblec
- poornimag
- ShyamsundarR
- spalai
- atinmu
- mchangir
- nbalacha
github-hooks: true
only-trigger-phrase: true
trigger-phrase: '/run regression'
status-context: "Testing: regression test suite"
started-status: "Running: regression test suite"
success-status: "OK - No regression"
failure-status: "FAIL - please fix for merge"
comment-file: gluster_regression.txt
publishers:
- post-tasks:
- matches:
- log-text: Build was aborted
script: !include-raw: ../scripts/regression-abort.sh
- gluster-logs
parameters:
- string:
name: sha1
default: devel
description: "A pull request ID, like 'origin/pr/72/head'"