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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 469 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
470 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 470 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
471 "@@@STEP_LOG_LINE@json.output@}@@@", 471 "@@@STEP_LOG_LINE@json.output@}@@@",
472 "@@@STEP_LOG_END@json.output@@@" 472 "@@@STEP_LOG_END@json.output@@@"
473 ] 473 ]
474 }, 474 },
475 { 475 {
476 "cmd": [ 476 "cmd": [
477 "python", 477 "python",
478 "-u", 478 "-u",
479 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests ", 479 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
480 "--target", 480 "--target",
481 "Release", 481 "Release",
482 "--results-directory", 482 "--factory-properties",
483 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_chromium_r el_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver. chromium.win\", \"patch_project\": \"v8\", \"patchset\": 1, \"project\": \"chrom e\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"com mit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.c hromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir \": \"/path/to/workdir/TestSlavename\"}",
484 "--build-properties",
485 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_chromium_r el_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver. chromium.win\", \"patch_project\": \"v8\", \"patchset\": 1, \"project\": \"chrom e\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"com mit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.c hromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir \": \"/path/to/workdir/TestSlavename\"}",
486 "--step-name=webkit_tests (with patch)",
487 "--builder-name=win_chromium_rel_ng",
488 "--slave-name=TestSlavename",
489 "--build-number=571",
490 "--run-python-script",
491 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py",
492 "--target",
493 "Release",
494 "-o",
483 "[SLAVE_BUILD]\\layout-test-results", 495 "[SLAVE_BUILD]\\layout-test-results",
484 "--build-dir", 496 "--build-dir",
485 "[SLAVE_BUILD]\\src\\out", 497 "[SLAVE_BUILD]\\src\\out",
486 "--json-test-results", 498 "--json-test-results",
487 "/path/to/tmp/json", 499 "/path/to/tmp/json",
488 "--test-results-server", 500 "--test-results-server",
489 "test-results.appspot.com", 501 "test-results.appspot.com",
490 "--build-number", 502 "--build-number",
491 "571", 503 "571",
492 "--builder-name", 504 "--builder-name",
493 "win_chromium_rel_ng", 505 "win_chromium_rel_ng",
494 "--step-name", 506 "--step-name",
495 "webkit_tests (with patch)", 507 "webkit_tests (with patch)"
496 "--master-name",
497 "tryserver.chromium.win",
498 "--debug-rwt-logging"
499 ], 508 ],
500 "name": "webkit_tests (with patch)", 509 "name": "webkit_tests (with patch)",
501 "~followup_annotations": [ 510 "~followup_annotations": [
502 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 511 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
503 ] 512 ]
504 }, 513 },
505 { 514 {
506 "cmd": [ 515 "cmd": [
507 "python", 516 "python",
508 "-u", 517 "-u",
(...skipping 24 matching lines...) Expand all
533 "Release" 542 "Release"
534 ], 543 ],
535 "name": "process_dumps" 544 "name": "process_dumps"
536 }, 545 },
537 { 546 {
538 "name": "$result", 547 "name": "$result",
539 "recipe_result": null, 548 "recipe_result": null,
540 "status_code": 0 549 "status_code": 0
541 } 550 }
542 ] 551 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698