forked from facebookexperimental/fb-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jfconfig
68 lines (68 loc) · 1.74 KB
/
.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
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
{
"capabilities": [
"apply",
"land",
"submit",
],
"project_id": "fb-vscode",
"bundle_property": "facebook:bundle_info:fb-vscode",
"sandcastle_job_specs": [
{
"command": "SandcastleUniversalCommand",
"oncall": "nuclide",
"description": "fb-vscode diff target determinator",
"scheduleType": "diff",
"args": {
"schedule_type": "diff",
"name": "nuclide_vscode_target_determinator",
"steps": [
{
"name": "Run Nuclide-VSCode target determinator",
"shell": "python xplat/xplat/nuclide/scripts/vscode/target-determinator.py",
"determinator": true
}
]
},
"capabilities": {
"type": "lego",
"vcs": "fb-vscode-github-git",
"tenant": "nuclide-vscode"
},
"jellyfish_modes": {
"nolint": {
"description": "Skip running lint on Sandcastle",
"value": {
"args": {
"async_lint": false
}
}
},
"post-commit": {
"description": "Set the schedule type to \"master\"",
"value": {
"args": {
"schedule_type": "master"
},
"scheduleType": "master"
}
}
},
"alias": "nuclide_vscode_target_determinator_diff",
}
],
"land_modes": {
"default": {
"description": "Default land mode for fb-vscode",
"landStyle": "wait_for_all",
"skipSanityChecks": false,
"checkDiffSuccess": true,
"checks": {
"verifyAccepted": true,
"verifyDiffLocalCommitsMatch": true,
"verifyDiffsOnCommits": true,
"verifyNoMerges": true
}
}
},
"vcs_type": "fb-vscode-github-git"
}