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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "import sys; sys.exit(0)" 560 "import sys; sys.exit(0)"
561 ], 561 ],
562 "cwd": "[SLAVE_BUILD]", 562 "cwd": "[SLAVE_BUILD]",
563 "name": "report", 563 "name": "report",
564 "~followup_annotations": [ 564 "~followup_annotations": [
565 "@@@STEP_LOG_LINE@report@{@@@", 565 "@@@STEP_LOG_LINE@report@{@@@",
566 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", 566 "@@@STEP_LOG_LINE@report@ \"result\": {@@@",
567 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@", 567 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@",
568 "@@@STEP_LOG_LINE@report@ }, @@@", 568 "@@@STEP_LOG_LINE@report@ }, @@@",
569 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", 569 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
570 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", 570 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@",
571 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@",
572 "@@@STEP_LOG_LINE@report@ [@@@",
573 "@@@STEP_LOG_LINE@report@ null, @@@",
574 "@@@STEP_LOG_LINE@report@ \"r1\"@@@",
575 "@@@STEP_LOG_LINE@report@ ]@@@",
576 "@@@STEP_LOG_LINE@report@ ]@@@",
571 "@@@STEP_LOG_LINE@report@ }@@@", 577 "@@@STEP_LOG_LINE@report@ }@@@",
572 "@@@STEP_LOG_LINE@report@}@@@", 578 "@@@STEP_LOG_LINE@report@}@@@",
573 "@@@STEP_LOG_END@report@@@", 579 "@@@STEP_LOG_END@report@@@",
574 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": \"passed\"}}@@@" 580 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
575 ] 581 ]
576 }, 582 },
577 { 583 {
578 "name": "$result", 584 "name": "$result",
579 "recipe_result": null, 585 "recipe_result": null,
580 "status_code": 0 586 "status_code": 0
581 } 587 }
582 ] 588 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698