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

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

Powered by Google App Engine
This is Rietveld 408576698