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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "@@@STEP_LOG_LINE@json.output@{@@@", 510 "@@@STEP_LOG_LINE@json.output@{@@@",
511 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ "@@@", 511 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ "@@@",
512 "@@@STEP_LOG_LINE@json.output@}@@@", 512 "@@@STEP_LOG_LINE@json.output@}@@@",
513 "@@@STEP_LOG_END@json.output@@@" 513 "@@@STEP_LOG_END@json.output@@@"
514 ] 514 ]
515 }, 515 },
516 { 516 {
517 "cmd": [ 517 "cmd": [
518 "python", 518 "python",
519 "-u", 519 "-u",
520 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
521 "--target",
522 "Release"
523 ],
524 "cwd": "[SLAVE_BUILD]",
525 "name": "test r1.start_crash_service",
526 "~followup_annotations": [
527 "@@@STEP_NEST_LEVEL@1@@@"
528 ]
529 },
530 {
531 "cmd": [
532 "python",
533 "-u",
520 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 534 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
521 "trigger", 535 "trigger",
522 "--swarming", 536 "--swarming",
523 "https://chromium-swarm.appspot.com", 537 "https://chromium-swarm.appspot.com",
524 "--isolate-server", 538 "--isolate-server",
525 "https://isolateserver.appspot.com", 539 "https://isolateserver.appspot.com",
526 "--priority", 540 "--priority",
527 "25", 541 "25",
528 "--shards", 542 "--shards",
529 "1", 543 "1",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 "@@@STEP_LOG_END@report@@@", 712 "@@@STEP_LOG_END@report@@@",
699 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 713 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
700 ] 714 ]
701 }, 715 },
702 { 716 {
703 "name": "$result", 717 "name": "$result",
704 "recipe_result": null, 718 "recipe_result": null,
705 "status_code": 0 719 "status_code": 0
706 } 720 }
707 ] 721 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698