-
Notifications
You must be signed in to change notification settings - Fork 33
/
config2.json
101 lines (95 loc) · 3.59 KB
/
config2.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"mozsearch_path": "$MOZSEARCH_PATH",
"config_repo": "$CONFIG_REPO",
"instance_type": "t3.2xlarge",
"trees": {
"mozilla-beta": {
"priority": 120,
"on_error": "continue",
"cache": "codesearch",
"index_path": "$WORKING/mozilla-beta",
"files_path": "$WORKING/mozilla-beta/git",
"git_path": "$WORKING/mozilla-beta/git",
"git_blame_path": "$WORKING/mozilla-beta/blame",
"github_repo": "https://github.com/mozilla/gecko-dev",
"hg_root": "https://hg.mozilla.org/releases/mozilla-beta",
"objdir_path": "$WORKING/mozilla-beta/objdir",
"codesearch_path": "$WORKING/mozilla-beta/livegrep.idx",
"codesearch_port": 8081,
"scip_subtrees": {}
},
"mozilla-release": {
"priority": 110,
"on_error": "continue",
"cache": "codesearch",
"index_path": "$WORKING/mozilla-release",
"files_path": "$WORKING/mozilla-release/git",
"git_path": "$WORKING/mozilla-release/git",
"git_blame_path": "$WORKING/mozilla-release/blame",
"github_repo": "https://github.com/mozilla/gecko-dev",
"hg_root": "https://hg.mozilla.org/releases/mozilla-release",
"objdir_path": "$WORKING/mozilla-release/objdir",
"codesearch_path": "$WORKING/mozilla-release/livegrep.idx",
"codesearch_port": 8082,
"scip_subtrees": {}
},
"mozilla-esr115": {
"priority": 20,
"on_error": "continue",
"cache": "codesearch",
"index_path": "$WORKING/mozilla-esr115",
"files_path": "$WORKING/mozilla-esr115/git",
"git_path": "$WORKING/mozilla-esr115/git",
"git_blame_path": "$WORKING/mozilla-esr115/blame",
"github_repo": "https://github.com/mozilla/gecko-dev",
"hg_root": "https://hg.mozilla.org/releases/mozilla-esr115",
"objdir_path": "$WORKING/mozilla-esr115/objdir",
"codesearch_path": "$WORKING/mozilla-esr115/livegrep.idx",
"codesearch_port": 8083,
"scip_subtrees": {}
},
"comm-esr115": {
"priority": 5,
"on_error": "continue",
"cache": "codesearch",
"index_path": "$WORKING/comm-esr115",
"files_path": "$WORKING/comm-esr115/git",
"git_path": "$WORKING/comm-esr115/git",
"git_blame_path": "$WORKING/comm-esr115/blame",
"hg_root": "https://hg.mozilla.org/releases/comm-esr115",
"objdir_path": "$WORKING/comm-esr115/objdir",
"codesearch_path": "$WORKING/comm-esr115/livegrep.idx",
"codesearch_port": 8084,
"scip_subtrees": {}
},
"mozilla-esr128": {
"priority": 20,
"on_error": "continue",
"cache": "codesearch",
"index_path": "$WORKING/mozilla-esr128",
"files_path": "$WORKING/mozilla-esr128/git",
"git_path": "$WORKING/mozilla-esr128/git",
"git_blame_path": "$WORKING/mozilla-esr128/blame",
"github_repo": "https://github.com/mozilla/gecko-dev",
"hg_root": "https://hg.mozilla.org/releases/mozilla-esr128",
"objdir_path": "$WORKING/mozilla-esr128/objdir",
"codesearch_path": "$WORKING/mozilla-esr128/livegrep.idx",
"codesearch_port": 8085,
"scip_subtrees": {}
},
"comm-esr128": {
"priority": 5,
"on_error": "continue",
"cache": "codesearch",
"index_path": "$WORKING/comm-esr128",
"files_path": "$WORKING/comm-esr128/git",
"git_path": "$WORKING/comm-esr128/git",
"git_blame_path": "$WORKING/comm-esr128/blame",
"hg_root": "https://hg.mozilla.org/releases/comm-esr128",
"objdir_path": "$WORKING/comm-esr128/objdir",
"codesearch_path": "$WORKING/comm-esr128/livegrep.idx",
"codesearch_port": 8086,
"scip_subtrees": {}
}
}
}