-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmergebot-config.json
44 lines (44 loc) · 1.24 KB
/
mergebot-config.json
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
{
"override-status": {
"enabled": true,
"jira_label": "mergebot-override"
},
"test": true,
"backport": true,
"update_jira_on_merge": {
"enabled": true,
"interactive": false,
"fix_version_map": {
"main": "Kommander 2.3.0"
},
"jira_regex": "((?:COPS|D2IQ)-\\d+)"
},
"test-binding": {
"dkp-catalog-applications/pre-commit": {
"type": "teamcity",
"required": "true",
"priority": 2,
"id": "ClosedSource_Kommander2_DkpCatalogApplications_PreCommitChecks"
},
"dkp-catalog-applications/unit-tests": {
"type": "teamcity",
"required": "true",
"priority": 2,
"id": "ClosedSource_Kommander2_DkpCatalogApplications_UnitTests"
},
"dkp-catalog-applications/build-image-bundle": {
"type": "teamcity",
"required": "true",
"priority": 2,
"id": "ClosedSource_Kommander2_DkpCatalogApplications_BuildImageBundle"
}
},
"autotest-on-backports-and-trains": true,
"autotrigger-tests-on-ready-for-review": true,
"ready-for-review-label": "ok-to-test",
"backport-strategy": {
"interactive": false,
"strategy": "single-repo",
"copy-labels": true
}
}