forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jfconfig
35 lines (35 loc) · 799 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
{
"capabilities": [
"submit",
],
"git_command": "git",
"git_draft_commit": [
"--not",
"--remotes=origin/*"
],
"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-5.6",
"required": true,
"determinator": true
}
]
},
"capabilities": {
"type": "mysql",
"vcs": "mysql-int-git"
}
}
]
}