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

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

Issue 1869223002: [Findit] Use results from heuristic analysis to do faster culprit finding. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@setup_local_test
Patch Set: Fix nit. 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 }, 449 },
450 { 450 {
451 "cmd": [ 451 "cmd": [
452 "python", 452 "python",
453 "-u", 453 "-u",
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: r1@@@", 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@ \"metadata\": {@@@", 464 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
465 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", 465 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@",
466 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@",
467 "@@@STEP_LOG_LINE@report@ [@@@",
468 "@@@STEP_LOG_LINE@report@ null, @@@",
469 "@@@STEP_LOG_LINE@report@ \"r1\"@@@",
470 "@@@STEP_LOG_LINE@report@ ]@@@",
471 "@@@STEP_LOG_LINE@report@ ]@@@",
466 "@@@STEP_LOG_LINE@report@ }@@@", 472 "@@@STEP_LOG_LINE@report@ }@@@",
467 "@@@STEP_LOG_LINE@report@}@@@", 473 "@@@STEP_LOG_LINE@report@}@@@",
468 "@@@STEP_LOG_END@report@@@", 474 "@@@STEP_LOG_END@report@@@",
469 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": \"failed\"}}@@@" 475 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"failed\"}}@@@"
470 ] 476 ]
471 }, 477 },
472 { 478 {
473 "name": "$result", 479 "name": "$result",
474 "recipe_result": null, 480 "recipe_result": null,
475 "status_code": 0 481 "status_code": 0
476 } 482 }
477 ] 483 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698