| 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\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot
\", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revisio
n\": \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\
": \"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot
\", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revisio
n\": \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 "~followup_annotations": [ | 673 "~followup_annotations": [ |
| 671 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@" | 674 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@" |
| 672 ] | 675 ] |
| 673 }, | 676 }, |
| 674 { | 677 { |
| 675 "name": "$result", | 678 "name": "$result", |
| 676 "recipe_result": null, | 679 "recipe_result": null, |
| 677 "status_code": 0 | 680 "status_code": 0 |
| 678 } | 681 } |
| 679 ] | 682 ] |
| OLD | NEW |