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

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

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix missing dependency 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
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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 900 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
901 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu- GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/data/nanobench_abc123.json", 901 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu- GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/data/nanobench_abc123.json",
902 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot /data/nanobench_abc123_1408633190.json" 902 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot /data/nanobench_abc123_1408633190.json"
903 ], 903 ],
904 "name": "perf_results" 904 "name": "perf_results"
905 }, 905 },
906 { 906 {
907 "cmd": [ 907 "cmd": [
908 "python", 908 "python",
909 "-u", 909 "-u",
910 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py", 910 "RECIPE_MODULE[skia::core]/resources/upload_bench_results.py",
911 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", 911 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot",
912 "5", 912 "5",
913 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot /data", 913 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot /data",
914 "abc123", 914 "abc123",
915 "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/depot_tools/third_party/gsutil /gsutil", 915 "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/depot_tools/third_party/gsutil /gsutil",
916 "500" 916 "500"
917 ], 917 ],
918 "cwd": "[SLAVE_BUILD]/skia", 918 "cwd": "[SLAVE_BUILD]/skia",
919 "name": "Upload perf results" 919 "name": "Upload perf results"
920 }, 920 },
921 { 921 {
922 "name": "$result", 922 "name": "$result",
923 "recipe_result": null, 923 "recipe_result": null,
924 "status_code": 0 924 "status_code": 0
925 } 925 }
926 ] 926 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698