| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "rev-parse", | 5 "rev-parse", |
| 6 "HEAD" | 6 "HEAD" |
| 7 ], | 7 ], |
| 8 "cwd": "[ROOT]/skia", | 8 "cwd": "[ROOT]/skia", |
| 9 "name": "git rev-parse", | 9 "name": "git rev-parse", |
| 10 "stdout": "/path/to/tmp/" | 10 "stdout": "/path/to/tmp/" |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 "buildnumber:5", | 350 "buildnumber:5", |
| 351 "--tag", | 351 "--tag", |
| 352 "data:[dummy hash for RecreateSKPs_skia]", | 352 "data:[dummy hash for RecreateSKPs_skia]", |
| 353 "--tag", | 353 "--tag", |
| 354 "master:client.skia", | 354 "master:client.skia", |
| 355 "--tag", | 355 "--tag", |
| 356 "name:RecreateSKPs_skia", | 356 "name:RecreateSKPs_skia", |
| 357 "--tag", | 357 "--tag", |
| 358 "os:Ubuntu", | 358 "os:Ubuntu", |
| 359 "--tag", | 359 "--tag", |
| 360 "revision:abc123", |
| 361 "--tag", |
| 360 "slavename:skiabot-linux-swarm-000", | 362 "slavename:skiabot-linux-swarm-000", |
| 361 "--tag", | 363 "--tag", |
| 362 "stepname:RecreateSKPs_skia on Ubuntu", | 364 "stepname:RecreateSKPs_skia on Ubuntu", |
| 363 "[dummy hash for RecreateSKPs_skia]", | 365 "[dummy hash for RecreateSKPs_skia]", |
| 364 "--", | 366 "--", |
| 365 "--workdir", | 367 "--workdir", |
| 366 "../../..", | 368 "../../..", |
| 367 "swarm_RecreateSKPs", | 369 "swarm_RecreateSKPs", |
| 368 "buildername=Housekeeper-Nightly-RecreateSKPs_Canary", | 370 "buildername=Housekeeper-Nightly-RecreateSKPs_Canary", |
| 369 "mastername=client.skia", | 371 "mastername=client.skia", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 451 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 450 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 452 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 451 ] | 453 ] |
| 452 }, | 454 }, |
| 453 { | 455 { |
| 454 "name": "$result", | 456 "name": "$result", |
| 455 "recipe_result": null, | 457 "recipe_result": null, |
| 456 "status_code": 0 | 458 "status_code": 0 |
| 457 } | 459 } |
| 458 ] | 460 ] |
| OLD | NEW |