-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml-example
75 lines (68 loc) · 1.73 KB
/
config.yaml-example
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
CHECK_PULL_REQUESTS_INTERVAL: 30
CHECK_PULL_REQUEST_INTERVAL: 60
CHECK_JENKINS_INTERVAL: 60
TRY_DELETE_JOB: 10
# CLEANUP_JOB_PATTERN:
# Reviewers have access to all repositories and commands
REVIEWER:
jelu: 1
# GITHUB_USERNAME: username
# GITHUB_TOKEN: token
GITHUB_REPO:
SoftHSMv1:
jobs: softhsm
base: softhsm
allow-merge-master: 1
access:
jelu: build
opendnssec-workflow-test:
jobs: opendnssec
base: opendnssec-workflow-test
access:
jelu: autobuild build
# GITHUB_CACHE_EXPIRE: 7200
# JENKINS_USERNAME: username
# JENKINS_TOKEN: token
JENKINS_JOBS:
softhsm:
- name: pull-@PR@-fetch
template: pull-fetch
childs: pull-@PR@-fetch-build
- name: pull-@PR@-fetch-build
template: pull-fetch-build
childs: pull-@PR@-build
- name: pull-@PR@-build
template: pull-build
define:
SOFTWARE: softhsm
opendnssec:
- name: pull-@PR@-fetch
template: pull-fetch
childs: pull-@PR@-fetch-build, pull-@PR@-fetch-test
- name: pull-@PR@-fetch-build
template: pull-fetch-build
childs: pull-@PR@-build-softhsm
- name: pull-@PR@-fetch-test
template: pull-fetch-test
- name: pull-@PR@-build-softhsm
template: pull-build-softhsm
childs: pull-@PR@-build-ldns
- name: pull-@PR@-build-ldns
template: pull-build-ldns
childs: pull-@PR@-build
- name: pull-@PR@-build
template: pull-build
childs: pull-@PR@-test
define:
SOFTWARE: opendnssec
- name: pull-@PR@-test
template: pull-test
define:
SOFTWARE: opendnssec
testReport: 1
# OPERATION_START: 06:00
# OPERATION_END: 21:00
TEMPLATE_PATH: /path/to/template
# LOG_GITHUB_REQUEST: 0
# LOG_JENKINS_REQUEST: 0