-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.yaml
53 lines (42 loc) · 1.09 KB
/
defaults.yaml
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
# location of target Container Manager
cmHostname: localhost
cmPort: 3020
apiServerHost: localhost
apiServerPort: 3038
dryRun: true
# output format used for --status command:
# json: JSON output - one line per JSON object
# text: (default) - human readable hearchical output
outputFormat: text
# normally used as a commandline arg: ./bin/reaper --status
# only prints the current tree of projects, PRs/branches, and builds
# implies dry-run=true
status: false
githubPrCacheFile: prCache.json
## Build server config
dataDirectory: ./data
eventStreams:
build_events:
plugin: Memory
config:
topic: build_events
codeHostingHandlers:
github: 'http://localhost:3010'
gitlab: 'http://localhost:3013'
bitbucket: 'http://localhost:3012'
perBranchBuildLimit: 1
reaperCriteria:
pullRequest:
open:
max: 1
maxAge: ''
closed:
max: 0
limitRuleExclutions: []
# Allow any build where build.project.id == 1234 to escape normal restrictions.
# limitRuleExclutions:
# - name: 'Probo likes you'
# pattern:
# project:
# id: 1234
dbUrl: 'http://localhost:8442'