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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "import sys; sys.exit(0)" 497 "import sys; sys.exit(0)"
498 ], 498 ],
499 "cwd": "[SLAVE_BUILD]", 499 "cwd": "[SLAVE_BUILD]",
500 "name": "report", 500 "name": "report",
501 "~followup_annotations": [ 501 "~followup_annotations": [
502 "@@@STEP_LOG_LINE@report@{@@@", 502 "@@@STEP_LOG_LINE@report@{@@@",
503 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", 503 "@@@STEP_LOG_LINE@report@ \"result\": {@@@",
504 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@", 504 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@",
505 "@@@STEP_LOG_LINE@report@ }, @@@", 505 "@@@STEP_LOG_LINE@report@ }, @@@",
506 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", 506 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
507 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", 507 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@",
508 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@",
509 "@@@STEP_LOG_LINE@report@ [@@@",
510 "@@@STEP_LOG_LINE@report@ null, @@@",
511 "@@@STEP_LOG_LINE@report@ \"r1\"@@@",
512 "@@@STEP_LOG_LINE@report@ ]@@@",
513 "@@@STEP_LOG_LINE@report@ ]@@@",
508 "@@@STEP_LOG_LINE@report@ }@@@", 514 "@@@STEP_LOG_LINE@report@ }@@@",
509 "@@@STEP_LOG_LINE@report@}@@@", 515 "@@@STEP_LOG_LINE@report@}@@@",
510 "@@@STEP_LOG_END@report@@@", 516 "@@@STEP_LOG_END@report@@@",
511 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": \"passed\"}}@@@" 517 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
512 ] 518 ]
513 }, 519 },
514 { 520 {
515 "name": "$result", 521 "name": "$result",
516 "recipe_result": null, 522 "recipe_result": null,
517 "status_code": 0 523 "status_code": 0
518 } 524 }
519 ] 525 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698