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

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

Issue 2187603005: Fix Perf data upload (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove uses of common.skia 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 "git", 4 "git",
5 "rev-parse", 5 "rev-parse",
6 "HEAD" 6 "HEAD"
7 ], 7 ],
8 "cwd": "[ROOT]/skia", 8 "cwd": "[ROOT]/skia",
9 "name": "git rev-parse", 9 "name": "git rev-parse",
10 "stdout": "/path/to/tmp/" 10 "stdout": "/path/to/tmp/"
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 }, 859 },
860 { 860 {
861 "cmd": [ 861 "cmd": [
862 "python", 862 "python",
863 "-u", 863 "-u",
864 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py", 864 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py",
865 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", 865 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot",
866 "5", 866 "5",
867 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot /data", 867 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot /data",
868 "abc123", 868 "abc123",
869 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 869 "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/depot_tools/third_party/gsutil /gsutil",
870 "500" 870 "500"
871 ], 871 ],
872 "cwd": "[ROOT]/skia", 872 "cwd": "[ROOT]/skia",
873 "env": { 873 "env": {
874 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 874 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
875 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 875 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
876 }, 876 },
877 "name": "Upload perf results" 877 "name": "Upload perf results"
878 }, 878 },
879 { 879 {
880 "name": "$result", 880 "name": "$result",
881 "recipe_result": null, 881 "recipe_result": null,
882 "status_code": 0 882 "status_code": 0
883 } 883 }
884 ] 884 ]
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