| 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 "-u", | 897 "-u", |
| 898 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py", | 898 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py", |
| 899 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", | 899 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", |
| 900 "5", | 900 "5", |
| 901 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", | 901 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", |
| 902 "abc123", | 902 "abc123", |
| 903 "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/depot_tools/third_party/gsutil
/gsutil", | 903 "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/depot_tools/third_party/gsutil
/gsutil", |
| 904 "500" | 904 "500" |
| 905 ], | 905 ], |
| 906 "cwd": "[SLAVE_BUILD]/skia", | 906 "cwd": "[SLAVE_BUILD]/skia", |
| 907 "env": { | |
| 908 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | |
| 909 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | |
| 910 }, | |
| 911 "name": "Upload perf results" | 907 "name": "Upload perf results" |
| 912 }, | 908 }, |
| 913 { | 909 { |
| 914 "name": "$result", | 910 "name": "$result", |
| 915 "recipe_result": null, | 911 "recipe_result": null, |
| 916 "status_code": 0 | 912 "status_code": 0 |
| 917 } | 913 } |
| 918 ] | 914 ] |
| OLD | NEW |