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

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

Issue 2197643002: perf: Upload results to gs://skia-perf, not gs://chromium-skia-gm. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean Created 4 years, 4 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
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