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

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

Issue 1920863007: Add sizes test to chromium.perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove unused bots and bot code. Created 4 years, 7 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "/path/to/tmp/json", 238 "/path/to/tmp/json",
239 "--goma-service-account-json-file", 239 "--goma-service-account-json-file",
240 "C:\\creds\\service_accounts\\service-account-goma-client.json", 240 "C:\\creds\\service_accounts\\service-account-goma-client.json",
241 "--mode", 241 "--mode",
242 "official", 242 "official",
243 "--goma-dir", 243 "--goma-dir",
244 "[CACHE]\\cipd\\goma", 244 "[CACHE]\\cipd\\goma",
245 "--goma-hermetic", 245 "--goma-hermetic",
246 "fallback", 246 "fallback",
247 "--", 247 "--",
248 "chrome",
249 "chromium_builder_perf" 248 "chromium_builder_perf"
250 ], 249 ],
251 "cwd": "[SLAVE_BUILD]", 250 "cwd": "[SLAVE_BUILD]",
252 "env": { 251 "env": {
253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
254 }, 253 },
255 "name": "compile", 254 "name": "compile",
256 "~followup_annotations": [ 255 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
258 "@@@STEP_LOG_END@json.output (invalid)@@@" 257 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 463 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
465 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 464 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
466 } 465 }
467 } 466 }
468 ], 467 ],
469 "~followup_annotations": [ 468 "~followup_annotations": [
470 "@@@STEP_TEXT@Win 7 Perf (5)@@@" 469 "@@@STEP_TEXT@Win 7 Perf (5)@@@"
471 ] 470 ]
472 }, 471 },
473 { 472 {
474 "allow_subannotations": true,
475 "cmd": [
476 "python",
477 "-u",
478 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
479 "--target",
480 "Release",
481 "--no-xvfb",
482 "--factory-properties",
483 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\" , \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\ ": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\" : \"/path/to/workdir/TestSlavename\"}",
484 "--build-properties",
485 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\" , \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\ ": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\" : \"/path/to/workdir/TestSlavename\"}",
486 "--test-type=sizes",
487 "--builder-name=Win Builder",
488 "--slave-name=TestSlavename",
489 "--build-number=571",
490 "--run-python-script",
491 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
492 "--target",
493 "Release",
494 "--platform",
495 "win"
496 ],
497 "cwd": "[SLAVE_BUILD]",
498 "name": "sizes"
499 },
500 {
501 "cmd": [
502 "python",
503 "-u",
504 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
505 "--target",
506 "Release"
507 ],
508 "cwd": "[SLAVE_BUILD]",
509 "name": "process_dumps"
510 },
511 {
512 "name": "$result", 473 "name": "$result",
513 "recipe_result": null, 474 "recipe_result": null,
514 "status_code": 0 475 "status_code": 0
515 } 476 }
516 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698