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

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

Issue 1823183002: Run Sizes on Windows perf builders (take 2) (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",
184 "chromium_builder_perf", 185 "chromium_builder_perf",
185 "crash_service" 186 "crash_service"
186 ], 187 ],
187 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
188 "name": "compile", 189 "name": "compile",
189 "~followup_annotations": [ 190 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
191 "@@@STEP_LOG_END@json.output (invalid)@@@" 192 "@@@STEP_LOG_END@json.output (invalid)@@@"
192 ] 193 ]
193 }, 194 },
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 398 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
398 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 399 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
399 } 400 }
400 } 401 }
401 ], 402 ],
402 "~followup_annotations": [ 403 "~followup_annotations": [
403 "@@@STEP_TEXT@Win 7 Perf (5)@@@" 404 "@@@STEP_TEXT@Win 7 Perf (5)@@@"
404 ] 405 ]
405 }, 406 },
406 { 407 {
408 "cmd": [
409 "python",
410 "-u",
411 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
412 "--target",
413 "Release"
414 ],
415 "cwd": "[SLAVE_BUILD]",
416 "name": "start_crash_service"
417 },
418 {
419 "allow_subannotations": true,
420 "cmd": [
421 "python",
422 "-u",
423 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
424 "--target",
425 "Release",
426 "--no-xvfb",
427 "--factory-properties",
428 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
429 "--build-properties",
430 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
431 "--test-type=sizes",
432 "--builder-name=Win Builder",
433 "--slave-name=TestSlavename",
434 "--build-number=571",
435 "--run-python-script",
436 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
437 "--target",
438 "Release",
439 "--platform",
440 "win"
441 ],
442 "cwd": "[SLAVE_BUILD]",
443 "name": "sizes"
444 },
445 {
446 "cmd": [
447 "python",
448 "-u",
449 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
450 "--target",
451 "Release"
452 ],
453 "cwd": "[SLAVE_BUILD]",
454 "name": "process_dumps"
455 },
456 {
407 "name": "$result", 457 "name": "$result",
408 "recipe_result": null, 458 "recipe_result": null,
409 "status_code": 0 459 "status_code": 0
410 } 460 }
411 ] 461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698