Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1056)

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json

Issue 2356813003: Attempt to fix nanobench upload (Closed)
Patch Set: Don't gzip locally Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698