| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "buildnumber:5", | 364 "buildnumber:5", |
| 365 "--tag", | 365 "--tag", |
| 366 "data:[dummy hash for compile_skia]", | 366 "data:[dummy hash for compile_skia]", |
| 367 "--tag", | 367 "--tag", |
| 368 "master:client.skia", | 368 "master:client.skia", |
| 369 "--tag", | 369 "--tag", |
| 370 "name:compile_skia", | 370 "name:compile_skia", |
| 371 "--tag", | 371 "--tag", |
| 372 "os:Ubuntu", | 372 "os:Ubuntu", |
| 373 "--tag", | 373 "--tag", |
| 374 "revision:abc123", |
| 375 "--tag", |
| 374 "slavename:skiabot-linux-swarm-000", | 376 "slavename:skiabot-linux-swarm-000", |
| 375 "--tag", | 377 "--tag", |
| 376 "stepname:compile_skia on Ubuntu", | 378 "stepname:compile_skia on Ubuntu", |
| 377 "--idempotent", | 379 "--idempotent", |
| 378 "--cipd-package", | 380 "--cipd-package", |
| 379 "android_sdk:skia/bots/android_sdk:version:0", | 381 "android_sdk:skia/bots/android_sdk:version:0", |
| 380 "[dummy hash for compile_skia]", | 382 "[dummy hash for compile_skia]", |
| 381 "--", | 383 "--", |
| 382 "--workdir", | 384 "--workdir", |
| 383 "../../..", | 385 "../../..", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 468 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 467 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 469 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 468 ] | 470 ] |
| 469 }, | 471 }, |
| 470 { | 472 { |
| 471 "name": "$result", | 473 "name": "$result", |
| 472 "recipe_result": null, | 474 "recipe_result": null, |
| 473 "status_code": 0 | 475 "status_code": 0 |
| 474 } | 476 } |
| 475 ] | 477 ] |
| OLD | NEW |