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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json

Issue 1936943002: Revert all of the run-webkit-test wrapper changes from this weekend. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 466 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
467 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 467 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
468 "@@@STEP_LOG_LINE@json.output@}@@@", 468 "@@@STEP_LOG_LINE@json.output@}@@@",
469 "@@@STEP_LOG_END@json.output@@@" 469 "@@@STEP_LOG_END@json.output@@@"
470 ] 470 ]
471 }, 471 },
472 { 472 {
473 "cmd": [ 473 "cmd": [
474 "python", 474 "python",
475 "-u", 475 "-u",
476 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests ", 476 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
477 "--target", 477 "--target",
478 "Release", 478 "Release",
479 "--results-directory", 479 "--factory-properties",
480 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project \": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \ "revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi r/TestSlavename\"}",
481 "--build-properties",
482 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project \": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \ "revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi r/TestSlavename\"}",
483 "--step-name=webkit_tests (with patch)",
484 "--builder-name=win_chromium_rel_ng",
485 "--slave-name=TestSlavename",
486 "--build-number=571",
487 "--run-python-script",
488 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py",
489 "--target",
490 "Release",
491 "-o",
480 "[SLAVE_BUILD]\\layout-test-results", 492 "[SLAVE_BUILD]\\layout-test-results",
481 "--build-dir", 493 "--build-dir",
482 "[SLAVE_BUILD]\\src\\out", 494 "[SLAVE_BUILD]\\src\\out",
483 "--json-test-results", 495 "--json-test-results",
484 "/path/to/tmp/json", 496 "/path/to/tmp/json",
485 "--test-results-server", 497 "--test-results-server",
486 "test-results.appspot.com", 498 "test-results.appspot.com",
487 "--build-number", 499 "--build-number",
488 "571", 500 "571",
489 "--builder-name", 501 "--builder-name",
490 "win_chromium_rel_ng", 502 "win_chromium_rel_ng",
491 "--step-name", 503 "--step-name",
492 "webkit_tests (with patch)", 504 "webkit_tests (with patch)"
493 "--master-name",
494 "tryserver.chromium.win",
495 "--debug-rwt-logging"
496 ], 505 ],
497 "name": "webkit_tests (with patch)", 506 "name": "webkit_tests (with patch)",
498 "~followup_annotations": [ 507 "~followup_annotations": [
499 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 508 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
500 ] 509 ]
501 }, 510 },
502 { 511 {
503 "cmd": [ 512 "cmd": [
504 "python", 513 "python",
505 "-u", 514 "-u",
(...skipping 24 matching lines...) Expand all
530 "Release" 539 "Release"
531 ], 540 ],
532 "name": "process_dumps" 541 "name": "process_dumps"
533 }, 542 },
534 { 543 {
535 "name": "$result", 544 "name": "$result",
536 "recipe_result": null, 545 "recipe_result": null,
537 "status_code": 0 546 "status_code": 0
538 } 547 }
539 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698