| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", | 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", |
| 7 "{\"buildername\": \"Infra-PerCommit\", \"buildnumber\": 5, \"mastername\"
: \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\",
\"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Infra-PerCommit\", \"buildnumber\": 5, \"mastername\"
: \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\",
\"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000\"}" |
| 8 ], | 8 ], |
| 9 "name": "print properties", | 9 "name": "print properties", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "git", | 88 "git", |
| 89 "retry", | 89 "retry", |
| 90 "fetch", | 90 "fetch", |
| 91 "origin", | 91 "origin", |
| 92 "master" | 92 "master" |
| 93 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]/swarming.client", | 94 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 95 "env": { |
| 96 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 97 }, |
| 95 "name": "git fetch (swarming_client)" | 98 "name": "git fetch (swarming_client)" |
| 96 }, | 99 }, |
| 97 { | 100 { |
| 98 "cmd": [ | 101 "cmd": [ |
| 99 "git", | 102 "git", |
| 100 "checkout", | 103 "checkout", |
| 101 "-f", | 104 "-f", |
| 102 "FETCH_HEAD" | 105 "FETCH_HEAD" |
| 103 ], | 106 ], |
| 104 "cwd": "[SLAVE_BUILD]/swarming.client", | 107 "cwd": "[SLAVE_BUILD]/swarming.client", |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 445 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 443 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 446 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 444 ] | 447 ] |
| 445 }, | 448 }, |
| 446 { | 449 { |
| 447 "name": "$result", | 450 "name": "$result", |
| 448 "recipe_result": null, | 451 "recipe_result": null, |
| 449 "status_code": 0 | 452 "status_code": 0 |
| 450 } | 453 } |
| 451 ] | 454 ] |
| OLD | NEW |