OLD | NEW |
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-Win-MSVC-GCE-CPU-AVX2-x86_64-Release" | |
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\": \"CPU\", @@@", | |
22 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"AVX2\", @@@", | |
23 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
24 "@@@STEP_LOG_LINE@json.output@ \"model\": \"GCE\", @@@", | |
25 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Win\", @@@", | |
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/4.8.5/ s
kia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_pat
h=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 Loading... |
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 "--nogpu", | 96 "--nogpu", |
141 "--dummy-flags", | 97 "--pre_log", |
| 98 "--scales", |
| 99 "1.0", |
| 100 "1.1", |
| 101 "--config", |
| 102 "565", |
| 103 "8888", |
| 104 "gpu", |
| 105 "nonrendering", |
| 106 "angle", |
| 107 "hwui", |
| 108 "f16", |
| 109 "srgb", |
| 110 "msaa16", |
| 111 "nvpr16", |
| 112 "nvprdit16", |
| 113 "--match", |
| 114 "~interlaced1.png", |
| 115 "~interlaced2.png", |
| 116 "~interlaced3.png", |
| 117 "~inc0.gif", |
| 118 "~inc1.gif", |
| 119 "~incInterlaced.gif", |
| 120 "~inc0.jpg", |
| 121 "~incGray.jpg", |
| 122 "~inc0.wbmp", |
| 123 "~inc1.wbmp", |
| 124 "~inc0.webp", |
| 125 "~inc1.webp", |
| 126 "~inc0.ico", |
| 127 "~inc1.ico", |
| 128 "~inc0.png", |
| 129 "~inc1.png", |
| 130 "~inc2.png", |
| 131 "~inc12.png", |
| 132 "~inc13.png", |
| 133 "~inc14.png", |
| 134 "~inc0.webp", |
| 135 "~inc1.webp", |
142 "--outResultsFile", | 136 "--outResultsFile", |
143 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data\\nanobench_abc123.json", | 137 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data\\nanobench_abc123.json", |
144 "--properties", | 138 "--properties", |
145 "gitHash", | 139 "gitHash", |
146 "abc123", | 140 "abc123", |
147 "build_number", | 141 "build_number", |
148 "5", | 142 "5", |
149 "--key", | 143 "--key", |
150 "arch", | 144 "arch", |
151 "x86_64", | 145 "x86_64", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 183 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
190 "@@@STEP_LOG_END@python.inline@@@" | 184 "@@@STEP_LOG_END@python.inline@@@" |
191 ] | 185 ] |
192 }, | 186 }, |
193 { | 187 { |
194 "name": "$result", | 188 "name": "$result", |
195 "recipe_result": null, | 189 "recipe_result": null, |
196 "status_code": 0 | 190 "status_code": 0 |
197 } | 191 } |
198 ] | 192 ] |
OLD | NEW |