OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
7 "[BUILD]/scripts/slave/gatekeeper_trees.json", | 7 "[BUILD]/scripts/slave/gatekeeper_trees.json", |
8 "/path/to/tmp/json" | 8 "/path/to/tmp/json" |
9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]", |
10 "name": "reading gatekeeper_trees.json", | 11 "name": "reading gatekeeper_trees.json", |
11 "~followup_annotations": [ | 12 "~followup_annotations": [ |
12 "@@@STEP_LOG_LINE@json.output@{@@@", | 13 "@@@STEP_LOG_LINE@json.output@{@@@", |
13 "@@@STEP_LOG_LINE@json.output@ \"blink\": {@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"blink\": {@@@", |
14 "@@@STEP_LOG_LINE@json.output@ \"build-db\": \"blink_build_db.json\", @
@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"build-db\": \"blink_build_db.json\", @
@@", |
15 "@@@STEP_LOG_LINE@json.output@ \"masters\": [@@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"masters\": [@@@", |
16 "@@@STEP_LOG_LINE@json.output@ \"https://build.chromium.org/p/chromiu
m.webkit\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"https://build.chromium.org/p/chromiu
m.webkit\"@@@", |
17 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"open-tree\": true, @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"open-tree\": true, @@@", |
19 "@@@STEP_LOG_LINE@json.output@ \"password-file\": \"/creds/gatekeeper/b
link_status_password\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"password-file\": \"/creds/gatekeeper/b
link_status_password\", @@@", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 "--set-status", | 161 "--set-status", |
161 "--open-tree", | 162 "--open-tree", |
162 "--revision-properties", | 163 "--revision-properties", |
163 "got_revision_cp", | 164 "got_revision_cp", |
164 "--build-db", | 165 "--build-db", |
165 "nacl_ports_build_db.json", | 166 "nacl_ports_build_db.json", |
166 "--password-file", | 167 "--password-file", |
167 "/creds/gatekeeper/nacl_ports_status_password", | 168 "/creds/gatekeeper/nacl_ports_status_password", |
168 "https://build.chromium.org/p/client.nacl.ports" | 169 "https://build.chromium.org/p/client.nacl.ports" |
169 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
170 "name": "gatekeeper: nacl-ports" | 172 "name": "gatekeeper: nacl-ports" |
171 }, | 173 }, |
172 { | 174 { |
173 "cmd": [ | 175 "cmd": [ |
174 "python", | 176 "python", |
175 "-u", | 177 "-u", |
176 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 178 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
177 "-v", | 179 "-v", |
178 "--json", | 180 "--json", |
179 "[BUILD]/scripts/slave/gatekeeper.json", | 181 "[BUILD]/scripts/slave/gatekeeper.json", |
180 "https://build.chromium.org/p/chromium.fyi", | 182 "https://build.chromium.org/p/chromium.fyi", |
181 "https://build.chromium.org/p/chromium.lkgr", | 183 "https://build.chromium.org/p/chromium.lkgr", |
182 "https://build.chromium.org/p/chromium.memory.fyi", | 184 "https://build.chromium.org/p/chromium.memory.fyi", |
183 "https://build.chromium.org/p/client.boringssl", | 185 "https://build.chromium.org/p/client.boringssl", |
184 "https://build.chromium.org/p/client.libvpx" | 186 "https://build.chromium.org/p/client.libvpx" |
185 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
186 "name": "gatekeeper: non-closers" | 189 "name": "gatekeeper: non-closers" |
187 }, | 190 }, |
188 { | 191 { |
189 "cmd": [ | 192 "cmd": [ |
190 "python", | 193 "python", |
191 "-u", | 194 "-u", |
192 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 195 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
193 "-v", | 196 "-v", |
194 "--json", | 197 "--json", |
195 "[BUILD]/scripts/slave/gatekeeper.json", | 198 "[BUILD]/scripts/slave/gatekeeper.json", |
196 "--status-url", | 199 "--status-url", |
197 "https://pdfium-status.appspot.com", | 200 "https://pdfium-status.appspot.com", |
198 "--set-status", | 201 "--set-status", |
199 "--open-tree", | 202 "--open-tree", |
200 "--track-revisions", | 203 "--track-revisions", |
201 "--revision-properties", | 204 "--revision-properties", |
202 "got_revision_cp", | 205 "got_revision_cp", |
203 "--build-db", | 206 "--build-db", |
204 "pdfium_build_db.json", | 207 "pdfium_build_db.json", |
205 "--password-file", | 208 "--password-file", |
206 "/creds/gatekeeper/pdfium_status_password", | 209 "/creds/gatekeeper/pdfium_status_password", |
207 "https://build.chromium.org/p/client.pdfium" | 210 "https://build.chromium.org/p/client.pdfium" |
208 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
209 "name": "gatekeeper: pdfium" | 213 "name": "gatekeeper: pdfium" |
210 }, | 214 }, |
211 { | 215 { |
212 "cmd": [ | 216 "cmd": [ |
213 "python", | 217 "python", |
214 "-u", | 218 "-u", |
215 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 219 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
216 "-v", | 220 "-v", |
217 "--json", | 221 "--json", |
218 "[BUILD]/scripts/slave/gatekeeper.json", | 222 "[BUILD]/scripts/slave/gatekeeper.json", |
219 "--track-revisions", | 223 "--track-revisions", |
220 "--revision-properties", | 224 "--revision-properties", |
221 "got_revision_cp", | 225 "got_revision_cp", |
222 "https://build.chromium.org/p/client.nacl.sdk" | 226 "https://build.chromium.org/p/client.nacl.sdk" |
223 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
224 "name": "gatekeeper: nacl-sdk" | 229 "name": "gatekeeper: nacl-sdk" |
225 }, | 230 }, |
226 { | 231 { |
227 "cmd": [ | 232 "cmd": [ |
228 "python", | 233 "python", |
229 "-u", | 234 "-u", |
230 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 235 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
231 "-v", | 236 "-v", |
232 "--json", | 237 "--json", |
233 "[BUILD]/scripts/slave/gatekeeper.json", | 238 "[BUILD]/scripts/slave/gatekeeper.json", |
234 "--status-url", | 239 "--status-url", |
235 "https://nativeclient-status.appspot.com", | 240 "https://nativeclient-status.appspot.com", |
236 "--set-status", | 241 "--set-status", |
237 "--open-tree", | 242 "--open-tree", |
238 "--track-revisions", | 243 "--track-revisions", |
239 "--revision-properties", | 244 "--revision-properties", |
240 "got_revision_cp", | 245 "got_revision_cp", |
241 "--build-db", | 246 "--build-db", |
242 "nacl_build_db.json", | 247 "nacl_build_db.json", |
243 "--password-file", | 248 "--password-file", |
244 "/creds/gatekeeper/nacl_status_password", | 249 "/creds/gatekeeper/nacl_status_password", |
245 "https://build.chromium.org/p/client.nacl" | 250 "https://build.chromium.org/p/client.nacl" |
246 ], | 251 ], |
| 252 "cwd": "[SLAVE_BUILD]", |
247 "name": "gatekeeper: nacl" | 253 "name": "gatekeeper: nacl" |
248 }, | 254 }, |
249 { | 255 { |
250 "cmd": [ | 256 "cmd": [ |
251 "python", | 257 "python", |
252 "-u", | 258 "-u", |
253 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 259 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
254 "-v", | 260 "-v", |
255 "--json", | 261 "--json", |
256 "[BUILD]/scripts/slave/gatekeeper.json", | 262 "[BUILD]/scripts/slave/gatekeeper.json", |
257 "--status-url", | 263 "--status-url", |
258 "https://infra-status.appspot.com", | 264 "https://infra-status.appspot.com", |
259 "--set-status", | 265 "--set-status", |
260 "--build-db", | 266 "--build-db", |
261 "infra_db.json", | 267 "infra_db.json", |
262 "--password-file", | 268 "--password-file", |
263 "/creds/gatekeeper/infra_status_password", | 269 "/creds/gatekeeper/infra_status_password", |
264 "https://build.chromium.org/p/chromium.infra" | 270 "https://build.chromium.org/p/chromium.infra" |
265 ], | 271 ], |
| 272 "cwd": "[SLAVE_BUILD]", |
266 "name": "gatekeeper: infra" | 273 "name": "gatekeeper: infra" |
267 }, | 274 }, |
268 { | 275 { |
269 "cmd": [ | 276 "cmd": [ |
270 "python", | 277 "python", |
271 "-u", | 278 "-u", |
272 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 279 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
273 "-v", | 280 "-v", |
274 "--json", | 281 "--json", |
275 "[BUILD]/scripts/slave/gatekeeper.json", | 282 "[BUILD]/scripts/slave/gatekeeper.json", |
276 "--status-url", | 283 "--status-url", |
277 "https://v8-status.appspot.com", | 284 "https://v8-status.appspot.com", |
278 "--set-status", | 285 "--set-status", |
279 "--open-tree", | 286 "--open-tree", |
280 "--track-revisions", | 287 "--track-revisions", |
281 "--revision-properties", | 288 "--revision-properties", |
282 "got_revision_cp", | 289 "got_revision_cp", |
283 "--build-db", | 290 "--build-db", |
284 "v8_build_db.json", | 291 "v8_build_db.json", |
285 "--password-file", | 292 "--password-file", |
286 "/creds/gatekeeper/v8_status_password", | 293 "/creds/gatekeeper/v8_status_password", |
287 "https://build.chromium.org/p/client.v8" | 294 "https://build.chromium.org/p/client.v8" |
288 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
289 "name": "gatekeeper: v8" | 297 "name": "gatekeeper: v8" |
290 }, | 298 }, |
291 { | 299 { |
292 "cmd": [ | 300 "cmd": [ |
293 "python", | 301 "python", |
294 "-u", | 302 "-u", |
295 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 303 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
296 "-v", | 304 "-v", |
297 "--json", | 305 "--json", |
298 "[BUILD]/scripts/slave/gatekeeper.json", | 306 "[BUILD]/scripts/slave/gatekeeper.json", |
299 "https://build.chromium.org/p/chromium.perf" | 307 "https://build.chromium.org/p/chromium.perf" |
300 ], | 308 ], |
| 309 "cwd": "[SLAVE_BUILD]", |
301 "name": "gatekeeper: chromium.perf" | 310 "name": "gatekeeper: chromium.perf" |
302 }, | 311 }, |
303 { | 312 { |
304 "cmd": [ | 313 "cmd": [ |
305 "python", | 314 "python", |
306 "-u", | 315 "-u", |
307 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 316 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
308 "-v", | 317 "-v", |
309 "--json", | 318 "--json", |
310 "[BUILD]/scripts/slave/gatekeeper.json", | 319 "[BUILD]/scripts/slave/gatekeeper.json", |
311 "--status-url", | 320 "--status-url", |
312 "https://skia-tree-status.appspot.com", | 321 "https://skia-tree-status.appspot.com", |
313 "--set-status", | 322 "--set-status", |
314 "--revision-properties", | 323 "--revision-properties", |
315 "got_revision", | 324 "got_revision", |
316 "--build-db", | 325 "--build-db", |
317 "skia_build_db.json", | 326 "skia_build_db.json", |
318 "--password-file", | 327 "--password-file", |
319 "/creds/gatekeeper/skia_status_password", | 328 "/creds/gatekeeper/skia_status_password", |
320 "https://build.chromium.org/p/client.skia", | 329 "https://build.chromium.org/p/client.skia", |
321 "https://build.chromium.org/p/client.skia.compile" | 330 "https://build.chromium.org/p/client.skia.compile" |
322 ], | 331 ], |
| 332 "cwd": "[SLAVE_BUILD]", |
323 "name": "gatekeeper: skia" | 333 "name": "gatekeeper: skia" |
324 }, | 334 }, |
325 { | 335 { |
326 "cmd": [ | 336 "cmd": [ |
327 "python", | 337 "python", |
328 "-u", | 338 "-u", |
329 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 339 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
330 "-v", | 340 "-v", |
331 "--json", | 341 "--json", |
332 "[BUILD]/scripts/slave/gatekeeper.json", | 342 "[BUILD]/scripts/slave/gatekeeper.json", |
333 "--status-url", | 343 "--status-url", |
334 "https://blink-status.appspot.com", | 344 "https://blink-status.appspot.com", |
335 "--set-status", | 345 "--set-status", |
336 "--open-tree", | 346 "--open-tree", |
337 "--track-revisions", | 347 "--track-revisions", |
338 "--revision-properties", | 348 "--revision-properties", |
339 "got_revision_cp,got_webkit_revision_cp", | 349 "got_revision_cp,got_webkit_revision_cp", |
340 "--build-db", | 350 "--build-db", |
341 "blink_build_db.json", | 351 "blink_build_db.json", |
342 "--password-file", | 352 "--password-file", |
343 "/creds/gatekeeper/blink_status_password", | 353 "/creds/gatekeeper/blink_status_password", |
344 "https://build.chromium.org/p/chromium.webkit" | 354 "https://build.chromium.org/p/chromium.webkit" |
345 ], | 355 ], |
| 356 "cwd": "[SLAVE_BUILD]", |
346 "name": "gatekeeper: blink" | 357 "name": "gatekeeper: blink" |
347 }, | 358 }, |
348 { | 359 { |
349 "cmd": [ | 360 "cmd": [ |
350 "python", | 361 "python", |
351 "-u", | 362 "-u", |
352 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 363 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
353 "-v", | 364 "-v", |
354 "--json", | 365 "--json", |
355 "[BUILD]/scripts/slave/gatekeeper.json", | 366 "[BUILD]/scripts/slave/gatekeeper.json", |
(...skipping 11 matching lines...) Expand all Loading... |
367 "https://build.chromium.org/p/chromium", | 378 "https://build.chromium.org/p/chromium", |
368 "https://build.chromium.org/p/chromium.chrome", | 379 "https://build.chromium.org/p/chromium.chrome", |
369 "https://build.chromium.org/p/chromium.chromiumos", | 380 "https://build.chromium.org/p/chromium.chromiumos", |
370 "https://build.chromium.org/p/chromium.gpu", | 381 "https://build.chromium.org/p/chromium.gpu", |
371 "https://build.chromium.org/p/chromium.infra.cron", | 382 "https://build.chromium.org/p/chromium.infra.cron", |
372 "https://build.chromium.org/p/chromium.linux", | 383 "https://build.chromium.org/p/chromium.linux", |
373 "https://build.chromium.org/p/chromium.mac", | 384 "https://build.chromium.org/p/chromium.mac", |
374 "https://build.chromium.org/p/chromium.memory", | 385 "https://build.chromium.org/p/chromium.memory", |
375 "https://build.chromium.org/p/chromium.win" | 386 "https://build.chromium.org/p/chromium.win" |
376 ], | 387 ], |
| 388 "cwd": "[SLAVE_BUILD]", |
377 "name": "gatekeeper: chromium" | 389 "name": "gatekeeper: chromium" |
378 }, | 390 }, |
379 { | 391 { |
380 "cmd": [ | 392 "cmd": [ |
381 "python", | 393 "python", |
382 "-u", | 394 "-u", |
383 "[BUILD]/scripts/slave/gatekeeper_ng.py", | 395 "[BUILD]/scripts/slave/gatekeeper_ng.py", |
384 "-v", | 396 "-v", |
385 "--json", | 397 "--json", |
386 "[BUILD]/scripts/slave/gatekeeper.json", | 398 "[BUILD]/scripts/slave/gatekeeper.json", |
387 "--status-url", | 399 "--status-url", |
388 "https://webrtc-status.appspot.com", | 400 "https://webrtc-status.appspot.com", |
389 "--set-status", | 401 "--set-status", |
390 "--open-tree", | 402 "--open-tree", |
391 "--track-revisions", | 403 "--track-revisions", |
392 "--revision-properties", | 404 "--revision-properties", |
393 "got_revision", | 405 "got_revision", |
394 "--build-db", | 406 "--build-db", |
395 "webrtc_build_db.json", | 407 "webrtc_build_db.json", |
396 "--password-file", | 408 "--password-file", |
397 "/creds/gatekeeper/webrtc_status_password", | 409 "/creds/gatekeeper/webrtc_status_password", |
398 "https://build.chromium.org/p/client.webrtc" | 410 "https://build.chromium.org/p/client.webrtc" |
399 ], | 411 ], |
| 412 "cwd": "[SLAVE_BUILD]", |
400 "name": "gatekeeper: webrtc" | 413 "name": "gatekeeper: webrtc" |
401 } | 414 } |
402 ] | 415 ] |
OLD | NEW |