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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json

Issue 2215803002: Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add missing blacklist 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 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py",
7 "/path/to/tmp/json",
8 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot"
9 ],
10 "cwd": "[SLAVE_BUILD]\\skia",
11 "name": "exec buildbot_spec.py",
12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@",
16 "@@@STEP_LOG_LINE@json.output@ ], @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"MSVC\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
21 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu\": \"GPU\", @@@",
22 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"HD4600\", @@@",
23 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@",
24 "@@@STEP_LOG_LINE@json.output@ \"model\": \"ShuttleB\", @@@",
25 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Win8\", @@@",
26 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Perf\"@@@",
27 "@@@STEP_LOG_LINE@json.output@ }, @@@",
28 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release_x64\", @@@",
29 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
31 "@@@STEP_LOG_LINE@json.output@ ], @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": true, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"qt_sdk=C:/Qt/Qt5.1.0/ 5.1.0/msvc2012_64/ skia_arch_type=x86_64 skia_dump_stats=1 skia_warnings_as_erro rs=0 skia_win_debuggers_path=c:/DbgHelp\"@@@",
36 "@@@STEP_LOG_LINE@json.output@ }, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ ], @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": true@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@"
44 ]
45 },
46 {
47 "cmd": [
48 "python",
49 "-u",
50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
51 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
52 "/path/to/tmp/" 8 "/path/to/tmp/"
53 ], 9 ],
54 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
55 }, 11 },
56 { 12 {
57 "cmd": [ 13 "cmd": [
58 "python", 14 "python",
59 "-u", 15 "-u",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "cmd": [ 87 "cmd": [
132 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", 88 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench",
133 "--undefok", 89 "--undefok",
134 "-i", 90 "-i",
135 "[SLAVE_BUILD]\\skia\\resources", 91 "[SLAVE_BUILD]\\skia\\resources",
136 "--skps", 92 "--skps",
137 "[SLAVE_BUILD]\\skp", 93 "[SLAVE_BUILD]\\skp",
138 "--images", 94 "--images",
139 "[SLAVE_BUILD]\\skimage\\nanobench", 95 "[SLAVE_BUILD]\\skimage\\nanobench",
140 "--nocpu", 96 "--nocpu",
141 "--dummy-flags", 97 "--pre_log",
98 "--images",
99 "--gpuStatsDump",
100 "true",
101 "--scales",
102 "1.0",
103 "1.1",
104 "--config",
105 "565",
106 "8888",
107 "gpu",
108 "nonrendering",
109 "angle",
110 "hwui",
111 "f16",
112 "srgb",
113 "msaa16",
114 "nvpr16",
115 "nvprdit16",
116 "--match",
117 "~interlaced1.png",
118 "~interlaced2.png",
119 "~interlaced3.png",
120 "~inc0.gif",
121 "~inc1.gif",
122 "~incInterlaced.gif",
123 "~inc0.jpg",
124 "~incGray.jpg",
125 "~inc0.wbmp",
126 "~inc1.wbmp",
127 "~inc0.webp",
128 "~inc1.webp",
129 "~inc0.ico",
130 "~inc1.ico",
131 "~inc0.png",
132 "~inc1.png",
133 "~inc2.png",
134 "~inc12.png",
135 "~inc13.png",
136 "~inc14.png",
137 "~inc0.webp",
138 "~inc1.webp",
142 "--outResultsFile", 139 "--outResultsFile",
143 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data\\nanobench_abc123.json", 140 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data\\nanobench_abc123.json",
144 "--properties", 141 "--properties",
145 "gitHash", 142 "gitHash",
146 "abc123", 143 "abc123",
147 "build_number", 144 "build_number",
148 "5", 145 "5",
149 "issue", 146 "issue",
150 "500", 147 "500",
151 "patchset", 148 "patchset",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 190 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
194 "@@@STEP_LOG_END@python.inline@@@" 191 "@@@STEP_LOG_END@python.inline@@@"
195 ] 192 ]
196 }, 193 },
197 { 194 {
198 "name": "$result", 195 "name": "$result",
199 "recipe_result": null, 196 "recipe_result": null,
200 "status_code": 0 197 "status_code": 0
201 } 198 }
202 ] 199 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698