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\": \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot\",
\"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patchset
\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\"
: \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\":
\"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot\",
\"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patchset
\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\"
: \"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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 }, | 832 }, |
833 { | 833 { |
834 "cmd": [ | 834 "cmd": [ |
835 "python", | 835 "python", |
836 "-u", | 836 "-u", |
837 "RECIPE_MODULE[skia::core]/resources/upload_bench_results.py", | 837 "RECIPE_MODULE[skia::core]/resources/upload_bench_results.py", |
838 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", | 838 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", |
839 "5", | 839 "5", |
840 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", | 840 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", |
841 "abc123", | 841 "abc123", |
842 "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/depot_tools/third_party/gsutil
/gsutil", | 842 "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/depot_tools/gsutil.py", |
843 "500" | 843 "500" |
844 ], | 844 ], |
845 "cwd": "[SLAVE_BUILD]/skia", | 845 "cwd": "[SLAVE_BUILD]/skia", |
846 "name": "Upload perf results" | 846 "name": "Upload perf results" |
847 }, | 847 }, |
848 { | 848 { |
849 "name": "$result", | 849 "name": "$result", |
850 "recipe_result": null, | 850 "recipe_result": null, |
851 "status_code": 0 | 851 "status_code": 0 |
852 } | 852 } |
853 ] | 853 ] |
OLD | NEW |