-
Notifications
You must be signed in to change notification settings - Fork 713
/
.jfconfig
40 lines (40 loc) · 935 Bytes
/
.jfconfig
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
{
"capabilities": [
"submit",
],
"git_command": "git",
"git_draft_commit": [
"--not",
"--remotes=origin/*"
],
"postponed_linters": {
"determinator-lint": [
{"type": "any_regex_matches", "value": ["^.*$"]}
]
},
"sandcastle_job_specs": [
{
"command": "SandcastleUniversalCommand",
"alias": "mysql-determinator",
"scheduleType": "diff",
"hash": ".",
"args": {
"name": "MySQL diff determinator",
"timeout": 10800,
"oncall": "mysql_eng_poc",
"steps": [
{
"name": "Determine MySQL targets",
"shell": "python3 tools/sandcastle/target-determinator.py --schedule diff --project mysql-8.0 --branch myrocks8",
"required": true,
"determinator": true
}
]
},
"capabilities": {
"type": "mysql",
"vcs": "mysql-int-git"
}
}
]
}