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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_failed.json

Issue 1881223002: [Findit] Set culprit and infra failure explicitly. (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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "import sys; sys.exit(0)" 454 "import sys; sys.exit(0)"
455 ], 455 ],
456 "cwd": "[SLAVE_BUILD]", 456 "cwd": "[SLAVE_BUILD]",
457 "name": "report", 457 "name": "report",
458 "~followup_annotations": [ 458 "~followup_annotations": [
459 "@@@STEP_TEXT@<br/>Culprit: <a href=\"https://crrev.com/r1\">r1</a>@@@", 459 "@@@STEP_TEXT@<br/>Culprit: <a href=\"https://crrev.com/r1\">r1</a>@@@",
460 "@@@STEP_LOG_LINE@report@{@@@", 460 "@@@STEP_LOG_LINE@report@{@@@",
461 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", 461 "@@@STEP_LOG_LINE@report@ \"result\": {@@@",
462 "@@@STEP_LOG_LINE@report@ \"r1\": \"failed\"@@@", 462 "@@@STEP_LOG_LINE@report@ \"r1\": \"failed\"@@@",
463 "@@@STEP_LOG_LINE@report@ }, @@@", 463 "@@@STEP_LOG_LINE@report@ }, @@@",
464 "@@@STEP_LOG_LINE@report@ \"culprit\": \"r1\", @@@",
464 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", 465 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
465 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@", 466 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@",
466 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@", 467 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@",
467 "@@@STEP_LOG_LINE@report@ [@@@", 468 "@@@STEP_LOG_LINE@report@ [@@@",
468 "@@@STEP_LOG_LINE@report@ null, @@@", 469 "@@@STEP_LOG_LINE@report@ null, @@@",
469 "@@@STEP_LOG_LINE@report@ \"r1\"@@@", 470 "@@@STEP_LOG_LINE@report@ \"r1\"@@@",
470 "@@@STEP_LOG_LINE@report@ ]@@@", 471 "@@@STEP_LOG_LINE@report@ ]@@@",
471 "@@@STEP_LOG_LINE@report@ ]@@@", 472 "@@@STEP_LOG_LINE@report@ ]@@@",
472 "@@@STEP_LOG_LINE@report@ }@@@", 473 "@@@STEP_LOG_LINE@report@ }@@@",
473 "@@@STEP_LOG_LINE@report@}@@@", 474 "@@@STEP_LOG_LINE@report@}@@@",
474 "@@@STEP_LOG_END@report@@@", 475 "@@@STEP_LOG_END@report@@@",
475 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"failed\"}}@@@" 476 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \ "failed\"}}@@@"
476 ] 477 ]
477 }, 478 },
478 { 479 {
479 "name": "$result", 480 "name": "$result",
480 "recipe_result": null, 481 "recipe_result": null,
481 "status_code": 0 482 "status_code": 0
482 } 483 }
483 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698