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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json

Issue 1929553002: analyze: implement mechanism to ignore some file changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes Created 4 years, 7 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 | Annotate | Revision Log
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_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 ] 282 ]
283 }, 283 },
284 { 284 {
285 "cmd": [ 285 "cmd": [
286 "python", 286 "python",
287 "-u", 287 "-u",
288 "import sys; sys.exit(0)" 288 "import sys; sys.exit(0)"
289 ], 289 ],
290 "name": "analyze", 290 "name": "analyze",
291 "~followup_annotations": [ 291 "~followup_annotations": [
292 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
292 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 293 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
293 "@@@STEP_LOG_END@excluded_files@@@", 294 "@@@STEP_LOG_END@excluded_files@@@",
294 "@@@STEP_LOG_LINE@analyze_details@{@@@", 295 "@@@STEP_LOG_LINE@analyze_details@{@@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 296 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
296 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 297 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 298 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
298 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 299 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
299 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 300 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
300 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 301 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
301 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 302 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "@@@STEP_FAILURE@@@", 616 "@@@STEP_FAILURE@@@",
616 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 617 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
617 ] 618 ]
618 }, 619 },
619 { 620 {
620 "name": "$result", 621 "name": "$result",
621 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 622 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
622 "status_code": 1 623 "status_code": 1
623 } 624 }
624 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698