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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ] 291 ]
292 }, 292 },
293 { 293 {
294 "cmd": [ 294 "cmd": [
295 "python", 295 "python",
296 "-u", 296 "-u",
297 "import sys; sys.exit(0)" 297 "import sys; sys.exit(0)"
298 ], 298 ],
299 "name": "analyze", 299 "name": "analyze",
300 "~followup_annotations": [ 300 "~followup_annotations": [
301 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
301 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 302 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
302 "@@@STEP_LOG_END@excluded_files@@@", 303 "@@@STEP_LOG_END@excluded_files@@@",
303 "@@@STEP_LOG_LINE@analyze_details@{@@@", 304 "@@@STEP_LOG_LINE@analyze_details@{@@@",
304 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 305 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
305 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", 306 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
306 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 307 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
307 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 308 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
308 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", 309 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@",
309 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", 310 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@",
310 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 311 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "step returned non-zero exit code: 1", 437 "step returned non-zero exit code: 1",
437 "@@@STEP_EXCEPTION@@@" 438 "@@@STEP_EXCEPTION@@@"
438 ] 439 ]
439 }, 440 },
440 { 441 {
441 "name": "$result", 442 "name": "$result",
442 "recipe_result": null, 443 "recipe_result": null,
443 "status_code": 0 444 "status_code": 0
444 } 445 }
445 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698