OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_mac_rel_ng", | 10 "v8_mac_rel_ng", |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 "-u", | 337 "-u", |
338 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 338 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
339 "[SLAVE_BUILD]/v8/tools/swarming_client", | 339 "[SLAVE_BUILD]/v8/tools/swarming_client", |
340 "batcharchive", | 340 "batcharchive", |
341 "--dump-json", | 341 "--dump-json", |
342 "/path/to/tmp/json", | 342 "/path/to/tmp/json", |
343 "--isolate-server", | 343 "--isolate-server", |
344 "https://isolateserver.appspot.com", | 344 "https://isolateserver.appspot.com", |
345 "--verbose", | 345 "--verbose", |
346 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 346 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
347 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | |
348 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", | 347 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
349 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 348 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
350 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 349 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
351 ], | 350 ], |
352 "name": "isolate tests", | 351 "name": "isolate tests", |
353 "~followup_annotations": [ | 352 "~followup_annotations": [ |
354 "@@@STEP_LOG_LINE@json.output@{@@@", | 353 "@@@STEP_LOG_LINE@json.output@{@@@", |
355 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
356 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | |
357 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 355 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
358 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 356 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
359 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 357 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
360 "@@@STEP_LOG_LINE@json.output@}@@@", | 358 "@@@STEP_LOG_LINE@json.output@}@@@", |
361 "@@@STEP_LOG_END@json.output@@@" | 359 "@@@STEP_LOG_END@json.output@@@" |
362 ] | 360 ] |
363 }, | 361 }, |
364 { | 362 { |
365 "cmd": [], | 363 "cmd": [], |
366 "name": "trigger", | 364 "name": "trigger", |
(...skipping 12 matching lines...) Expand all Loading... |
379 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 377 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
380 "patch_project": "v8", | 378 "patch_project": "v8", |
381 "patch_storage": "rietveld", | 379 "patch_storage": "rietveld", |
382 "patchset": "1", | 380 "patchset": "1", |
383 "reason": "CQ", | 381 "reason": "CQ", |
384 "requester": "commit-bot@chromium.org", | 382 "requester": "commit-bot@chromium.org", |
385 "revision": "12345", | 383 "revision": "12345", |
386 "rietveld": "https://codereview.chromium.org", | 384 "rietveld": "https://codereview.chromium.org", |
387 "swarm_hashes": { | 385 "swarm_hashes": { |
388 "bot_default": "[dummy hash for bot_default]", | 386 "bot_default": "[dummy hash for bot_default]", |
389 "ignition": "[dummy hash for ignition]", | |
390 "mozilla": "[dummy hash for mozilla]", | 387 "mozilla": "[dummy hash for mozilla]", |
391 "simdjs": "[dummy hash for simdjs]", | 388 "simdjs": "[dummy hash for simdjs]", |
392 "test262": "[dummy hash for test262]" | 389 "test262": "[dummy hash for test262]" |
393 } | 390 } |
394 } | 391 } |
395 } | 392 } |
396 ], | 393 ], |
397 "~followup_annotations": [ | 394 "~followup_annotations": [ |
398 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" | 395 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" |
399 ] | 396 ] |
400 }, | 397 }, |
401 { | 398 { |
402 "name": "$result", | 399 "name": "$result", |
403 "recipe_result": null, | 400 "recipe_result": null, |
404 "status_code": 0 | 401 "status_code": 0 |
405 } | 402 } |
406 ] | 403 ] |
OLD | NEW |