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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json

Issue 1827443002: Revert of Run Sizes on Windows perf builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "goma", 174 "goma",
175 "--goma-jsonstatus", 175 "--goma-jsonstatus",
176 "/path/to/tmp/json", 176 "/path/to/tmp/json",
177 "--mode", 177 "--mode",
178 "official", 178 "official",
179 "--goma-dir", 179 "--goma-dir",
180 "[BUILD]\\goma", 180 "[BUILD]\\goma",
181 "--goma-hermetic", 181 "--goma-hermetic",
182 "fallback", 182 "fallback",
183 "--", 183 "--",
184 "chrome",
185 "chromium_builder_perf", 184 "chromium_builder_perf",
186 "crash_service" 185 "crash_service"
187 ], 186 ],
188 "cwd": "[SLAVE_BUILD]", 187 "cwd": "[SLAVE_BUILD]",
189 "name": "compile", 188 "name": "compile",
190 "~followup_annotations": [ 189 "~followup_annotations": [
191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
192 "@@@STEP_LOG_END@json.output (invalid)@@@" 191 "@@@STEP_LOG_END@json.output (invalid)@@@"
193 ] 192 ]
194 }, 193 },
(...skipping 12 matching lines...) Expand all
207 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 206 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
208 "--factory-properties", 207 "--factory-properties",
209 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_8_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tr yserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}", 208 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_8_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tr yserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}",
210 "--build-properties", 209 "--build-properties",
211 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_8_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tr yserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}" 210 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_8_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tr yserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}"
212 ], 211 ],
213 "cwd": "[SLAVE_BUILD]", 212 "cwd": "[SLAVE_BUILD]",
214 "name": "package build" 213 "name": "package build"
215 }, 214 },
216 { 215 {
217 "cmd": [
218 "python",
219 "-u",
220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
221 "--target",
222 "Release"
223 ],
224 "cwd": "[SLAVE_BUILD]",
225 "name": "start_crash_service"
226 },
227 {
228 "allow_subannotations": true,
229 "cmd": [
230 "python",
231 "-u",
232 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
233 "--target",
234 "Release",
235 "--no-xvfb",
236 "--factory-properties",
237 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_8_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tr yserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}",
238 "--build-properties",
239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_8_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tr yserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}",
240 "--annotate=graphing",
241 "--test-type=sizes",
242 "--builder-name=win_8_perf_bisect",
243 "--slave-name=TestSlavename",
244 "--build-number=571",
245 "--run-python-script",
246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
247 "--target",
248 "Release",
249 "--platform",
250 "win"
251 ],
252 "cwd": "[SLAVE_BUILD]",
253 "name": "sizes"
254 },
255 {
256 "cmd": [
257 "python",
258 "-u",
259 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
260 "--target",
261 "Release"
262 ],
263 "cwd": "[SLAVE_BUILD]",
264 "name": "process_dumps"
265 },
266 {
267 "name": "$result", 216 "name": "$result",
268 "recipe_result": null, 217 "recipe_result": null,
269 "status_code": 0 218 "status_code": 0
270 } 219 }
271 ] 220 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698