forked from python/release-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilders.json
More file actions
45 lines (45 loc) · 1.02 KB
/
builders.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
{
"builders": [
{
"builderid": 3,
"description": null,
"description_format": null,
"description_html": null,
"masterids": [
1
],
"name": "AMD64 RHEL8 LTO 3.13",
"projectid": null,
"tags": [
"3.13",
"stable",
"lto",
"nondebug",
"tier-1"
]
},
{
"builderid": 1623,
"description": null,
"description_format": null,
"description_html": null,
"masterids": [
1
],
"name": "AMD64 Windows PGO NoGIL PR",
"projectid": null,
"tags": [
"PullRequest",
"unstable",
"win64",
"nogil",
"nondebug",
"pgo",
"tier-1"
]
}
],
"meta": {
"total": 3
}
}