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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "import sys; sys.exit(0)" 457 "import sys; sys.exit(0)"
458 ], 458 ],
459 "cwd": "[SLAVE_BUILD]", 459 "cwd": "[SLAVE_BUILD]",
460 "name": "report", 460 "name": "report",
461 "~followup_annotations": [ 461 "~followup_annotations": [
462 "@@@STEP_LOG_LINE@report@{@@@", 462 "@@@STEP_LOG_LINE@report@{@@@",
463 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", 463 "@@@STEP_LOG_LINE@report@ \"result\": {@@@",
464 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@", 464 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@",
465 "@@@STEP_LOG_LINE@report@ }, @@@", 465 "@@@STEP_LOG_LINE@report@ }, @@@",
466 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", 466 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
467 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", 467 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@",
468 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@",
469 "@@@STEP_LOG_LINE@report@ [@@@",
470 "@@@STEP_LOG_LINE@report@ null, @@@",
471 "@@@STEP_LOG_LINE@report@ \"r1\"@@@",
472 "@@@STEP_LOG_LINE@report@ ]@@@",
473 "@@@STEP_LOG_LINE@report@ ]@@@",
468 "@@@STEP_LOG_LINE@report@ }@@@", 474 "@@@STEP_LOG_LINE@report@ }@@@",
469 "@@@STEP_LOG_LINE@report@}@@@", 475 "@@@STEP_LOG_LINE@report@}@@@",
470 "@@@STEP_LOG_END@report@@@", 476 "@@@STEP_LOG_END@report@@@",
471 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": \"passed\"}}@@@" 477 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
472 ] 478 ]
473 }, 479 },
474 { 480 {
475 "name": "$result", 481 "name": "$result",
476 "recipe_result": null, 482 "recipe_result": null,
477 "status_code": 0 483 "status_code": 0
478 } 484 }
479 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698