| 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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 614 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 615 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 615 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 616 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 616 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 617 "@@@STEP_LOG_END@python.inline@@@" | 617 "@@@STEP_LOG_END@python.inline@@@" |
| 618 ] | 618 ] |
| 619 }, | 619 }, |
| 620 { | 620 { |
| 621 "cmd": [ | 621 "cmd": [ |
| 622 "python", | 622 "python", |
| 623 "-u", | 623 "-u", |
| 624 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py", | 624 "RECIPE_MODULE[skia::core]/resources/upload_bench_results.py", |
| 625 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 625 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
| 626 "5", | 626 "5", |
| 627 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0", | 627 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0", |
| 628 "abc123", | 628 "abc123", |
| 629 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 629 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 630 "500" | 630 "500" |
| 631 ], | 631 ], |
| 632 "cwd": "[SLAVE_BUILD]/skia", | 632 "cwd": "[SLAVE_BUILD]/skia", |
| 633 "env": { | 633 "env": { |
| 634 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 634 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 "~followup_annotations": [ | 682 "~followup_annotations": [ |
| 683 "@@@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@@@" | 683 "@@@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@@@" |
| 684 ] | 684 ] |
| 685 }, | 685 }, |
| 686 { | 686 { |
| 687 "name": "$result", | 687 "name": "$result", |
| 688 "recipe_result": null, | 688 "recipe_result": null, |
| 689 "status_code": 0 | 689 "status_code": 0 |
| 690 } | 690 } |
| 691 ] | 691 ] |
| OLD | NEW |