| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "buildnumber:5", | 352 "buildnumber:5", |
| 353 "--tag", | 353 "--tag", |
| 354 "data:[dummy hash for compile_skia]", | 354 "data:[dummy hash for compile_skia]", |
| 355 "--tag", | 355 "--tag", |
| 356 "master:client.skia", | 356 "master:client.skia", |
| 357 "--tag", | 357 "--tag", |
| 358 "name:compile_skia", | 358 "name:compile_skia", |
| 359 "--tag", | 359 "--tag", |
| 360 "os:Ubuntu", | 360 "os:Ubuntu", |
| 361 "--tag", | 361 "--tag", |
| 362 "revision:abc123", |
| 363 "--tag", |
| 362 "rietveld:https://codereview.chromium.org/500/#ps1", | 364 "rietveld:https://codereview.chromium.org/500/#ps1", |
| 363 "--tag", | 365 "--tag", |
| 364 "slavename:skiabot-linux-swarm-000", | 366 "slavename:skiabot-linux-swarm-000", |
| 365 "--tag", | 367 "--tag", |
| 366 "stepname:compile_skia on Ubuntu", | 368 "stepname:compile_skia on Ubuntu", |
| 367 "--idempotent", | 369 "--idempotent", |
| 368 "[dummy hash for compile_skia]", | 370 "[dummy hash for compile_skia]", |
| 369 "--", | 371 "--", |
| 370 "--workdir", | 372 "--workdir", |
| 371 "../../..", | 373 "../../..", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 459 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 458 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 460 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 459 ] | 461 ] |
| 460 }, | 462 }, |
| 461 { | 463 { |
| 462 "name": "$result", | 464 "name": "$result", |
| 463 "recipe_result": null, | 465 "recipe_result": null, |
| 464 "status_code": 0 | 466 "status_code": 0 |
| 465 } | 467 } |
| 466 ] | 468 ] |
| OLD | NEW |