-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmock-bootstrap.json
More file actions
224 lines (224 loc) · 5.68 KB
/
mock-bootstrap.json
File metadata and controls
224 lines (224 loc) · 5.68 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"snapshot": {
"pools": [
{
"id": "training",
"name": "训练资源池",
"type": "大模型训练",
"nodes": 18,
"totalGpu": 144,
"usedGpu": 92,
"reservedToday": 118,
"cpu": 72,
"memory": 68,
"taint": "pool=training:NoSchedule",
"status": "运行中"
},
{
"id": "inference",
"name": "推理资源池",
"type": "在线推理",
"nodes": 10,
"totalGpu": 80,
"usedGpu": 47,
"reservedToday": 56,
"cpu": 64,
"memory": 58,
"taint": "pool=inference:NoSchedule",
"status": "运行中"
},
{
"id": "evaluation",
"name": "评测资源池",
"type": "模型评测",
"nodes": 6,
"totalGpu": 48,
"usedGpu": 16,
"reservedToday": 28,
"cpu": 41,
"memory": 44,
"taint": "pool=evaluation:NoSchedule",
"status": "可调度"
},
{
"id": "shared",
"name": "共享潮汐池",
"type": "临时弹性",
"nodes": 8,
"totalGpu": 64,
"usedGpu": 22,
"reservedToday": 38,
"cpu": 38,
"memory": 46,
"taint": "pool=shared:PreferNoSchedule",
"status": "可调度"
}
],
"reservations": [
{
"id": "RSV-20260427-001",
"project": "机载文档问答模型微调",
"applicant": "张工",
"pool": "training",
"gpu": 16,
"start": "2026-04-28 09:00",
"end": "2026-04-28 18:00",
"status": "approved",
"fulfillment": "运行中"
},
{
"id": "RSV-20260427-002",
"project": "航电故障诊断推理压测",
"applicant": "刘工",
"pool": "inference",
"gpu": 12,
"start": "2026-04-28 14:00",
"end": "2026-04-28 20:00",
"status": "pending",
"fulfillment": "待启动"
},
{
"id": "RSV-20260427-003",
"project": "结构化抽取模型评测",
"applicant": "陈工",
"pool": "evaluation",
"gpu": 8,
"start": "2026-04-28 10:00",
"end": "2026-04-28 16:00",
"status": "approved",
"fulfillment": "未开始"
},
{
"id": "RSV-20260427-004",
"project": "专项多模态训练",
"applicant": "王工",
"pool": "shared",
"gpu": 32,
"start": "2026-04-28 22:00",
"end": "2026-04-29 08:00",
"status": "approved",
"fulfillment": "跨机风险"
}
],
"tasks": [
{
"name": "qwen-ft-flight-doc",
"project": "机载文档问答模型微调",
"reservationId": "RSV-20260427-001",
"pool": "training",
"gpu": 16,
"status": "运行中",
"start": "09:12"
},
{
"name": "fault-diag-api-bench",
"project": "航电故障诊断推理压测",
"reservationId": "RSV-20260427-002",
"pool": "inference",
"gpu": 12,
"status": "待启动",
"start": "14:00"
},
{
"name": "extract-eval-suite",
"project": "结构化抽取模型评测",
"reservationId": "RSV-20260427-003",
"pool": "evaluation",
"gpu": 8,
"status": "已完成",
"start": "10:02"
}
],
"nodes": [
{
"id": "node-a100-01",
"name": "node-a100-01",
"pool": "training",
"gpuModel": "A100 80GB",
"totalGpu": 8,
"usedGpu": 0,
"runningTasks": 0,
"labels": "gpu=A100, zone=pod-a",
"taints": "pool=training:NoSchedule"
},
{
"id": "node-a100-02",
"name": "node-a100-02",
"pool": "training",
"gpuModel": "A100 80GB",
"totalGpu": 8,
"usedGpu": 6,
"runningTasks": 2,
"labels": "gpu=A100, zone=pod-a",
"taints": "pool=training:NoSchedule"
},
{
"id": "node-l40s-07",
"name": "node-l40s-07",
"pool": "inference",
"gpuModel": "L40S 48GB",
"totalGpu": 8,
"usedGpu": 3,
"runningTasks": 4,
"labels": "gpu=L40S, zone=pod-b",
"taints": "pool=inference:NoSchedule"
}
],
"policies": [
{
"name": "训练池独占调度",
"pool": "训练资源池",
"label": "workload=training",
"taint": "pool=training",
"effect": "NoSchedule",
"enabled": true
},
{
"name": "推理服务稳定区",
"pool": "推理资源池",
"label": "workload=inference",
"taint": "pool=inference",
"effect": "NoSchedule",
"enabled": true
}
],
"scheduleReservations": [
{
"reservationId": "RSV-20260427-001",
"pool": "training",
"start": "2026-04-28T09:00",
"end": "2026-04-28T18:00",
"gpuStart": 1,
"gpuCount": 16,
"statusKey": "running"
},
{
"reservationId": "RSV-20260427-002",
"pool": "inference",
"start": "2026-04-28T14:00",
"end": "2026-04-28T20:00",
"gpuStart": 1,
"gpuCount": 12,
"statusKey": "pending"
},
{
"reservationId": "RSV-20260427-003",
"pool": "evaluation",
"start": "2026-04-28T10:00",
"end": "2026-04-28T16:00",
"gpuStart": 1,
"gpuCount": 8,
"statusKey": "approved"
},
{
"reservationId": "RSV-20260427-004",
"pool": "shared",
"start": "2026-04-28T22:00",
"end": "2026-04-29T08:00",
"gpuStart": 1,
"gpuCount": 32,
"statusKey": "ended"
}
]
}
}