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

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

Powered by Google App Engine
This is Rietveld 408576698